Fix zabbix_agentd context
The zabbix_agentd context was wrongfully set to the domain type instead of the _exec_t type. Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
This commit is contained in:
parent
12904f9fe8
commit
32ed63a740
|
@ -2,7 +2,7 @@
|
|||
/etc/rc\.d/init\.d/zabbix-agentd -- gen_context(system_u:object_r:zabbix_agent_initrc_exec_t,s0)
|
||||
|
||||
/usr/(s)?bin/zabbix_server -- gen_context(system_u:object_r:zabbix_exec_t,s0)
|
||||
/usr/(s)?bin/zabbix_agentd -- gen_context(system_u:object_r:zabbix_agent_t,s0)
|
||||
/usr/(s)?bin/zabbix_agentd -- gen_context(system_u:object_r:zabbix_agent_exec_t,s0)
|
||||
|
||||
/var/log/zabbix(/.*)? gen_context(system_u:object_r:zabbix_log_t,s0)
|
||||
|
||||
|
|
Loading…
Reference in New Issue