On Fedora (5.6.19-300.fc32.x86_64), we are getting sudo permission denied issue. When searched mostly recommended to disable the SElinux which should not be the ideal solution. Is there any policy we need to run to fix this issue?
# getsebool -a | grep zabbix
httpd_can_connect_zabbix --> on
zabbix_can_network --> on
zabbix_run_sudo --> on
===============Error====================
Invalid discovery rule value: cannot parse as a valid JSON object: invalid object format, expected opening character '{' or '[' at: 'sudo: unable to open /run/sudo/ts/zabbix: Permission denied
We trust you have received the usual lecture from the local System
Administrator. It usual
================================================== ============
# getsebool -a | grep zabbix
httpd_can_connect_zabbix --> on
zabbix_can_network --> on
zabbix_run_sudo --> on
===============Error====================
Invalid discovery rule value: cannot parse as a valid JSON object: invalid object format, expected opening character '{' or '[' at: 'sudo: unable to open /run/sudo/ts/zabbix: Permission denied
We trust you have received the usual lecture from the local System
Administrator. It usual
================================================== ============
Comment