-
Incident report
-
Resolution: Duplicate
-
Major
-
None
-
2.4.7
-
CentOS 7.1
Name : zabbix-agent
Arch : x86_64
Version : 2.4.7
Release : 1.el7
Size : 183 k
Repo : zabbix/x86_64
Summary : Zabbix Agent
URL : http://www.zabbix.com/
License : GPLv2+
Description : The Zabbix client agent, to be installed on monitored systems.
I cannot lauch Zabbix agent on CentOS 7.1 system. SELinux deny access to zabbix_agentd.conf.
Here is audit2allow command output :
module local 1.0;
require {
type zabbix_agent_t;
class capability { dac_read_search dac_override };
}
#============= zabbix_agent_t ==============
allow zabbix_agent_t self:capability { dac_read_search dac_override };