mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Zabbix/Postfix: Remove old pp file and add new exception for postfix_etc_t
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
module zabbix_sendmail 1.2;
|
||||
module zabbix_sendmail 1.3;
|
||||
|
||||
require {
|
||||
type sendmail_exec_t;
|
||||
@@ -19,3 +19,6 @@ allow zabbix_agent_t bin_t:lnk_file read;
|
||||
|
||||
# For symlink in /etc/alternatives
|
||||
allow zabbix_agent_t etc_t:lnk_file read;
|
||||
|
||||
# Allow it to read main.cf
|
||||
allow zabbix_agent_t postfix_etc_t:file read;
|
||||
|
||||
Reference in New Issue
Block a user