-
Problem report
-
Resolution: Duplicate
-
Major
-
None
-
3.4.0
-
Sprint 15
-
0
zabbix_agentd -V zabbix_agentd (daemon) (Zabbix) 3.4.0 Revision 71467 22 August 2017, compilation time: Aug 21 2017 09:37:32 Copyright (C) 2017 Zabbix SIA License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it according to the license. There is NO WARRANTY, to the extent permitted by law.
audit2allow report:
module delete_me 1.0; require { type kernel_t; type devlog_t; type zabbix_agent_t; class sock_file write; class process setrlimit; class unix_dgram_socket { connect create sendto }; } #============= zabbix_agent_t ============== allow zabbix_agent_t kernel_t:unix_dgram_socket sendto; allow zabbix_agent_t self:process setrlimit; allow zabbix_agent_t self:unix_dgram_socket { connect create };
- duplicates
-
ZBX-12567 Server 3.4.0 doesn't start on CentOS 7 after upgrade from 3.2.7 - Permission denied on /tmp/zabbix_server_preprocessing.sock
- Closed