mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Zabbix/Postfix: Add postqueue exec_no_trans
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module zabbix_sendmail 1.5;
|
||||
module zabbix_sendmail 1.6;
|
||||
|
||||
require {
|
||||
type sendmail_exec_t;
|
||||
@@ -14,7 +14,7 @@ require {
|
||||
#============= zabbix_agent_t ==============
|
||||
# For the executing binaries
|
||||
allow zabbix_agent_t sendmail_exec_t:file { execute execute_no_trans };
|
||||
allow zabbix_agent_t postfix_postqueue_exec_t:file execute;
|
||||
allow zabbix_agent_t postfix_postqueue_exec_t:file { execute execute_no_trans };
|
||||
|
||||
# For symlinks in /usr/bin and /usr/bin/mailq.postfix
|
||||
allow zabbix_agent_t bin_t:file { read execute execute_no_trans };
|
||||
|
||||
Reference in New Issue
Block a user