mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Zabbix/Postfix: Add missing type for postfix_etc_t
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
module zabbix_sendmail 1.3;
|
||||
module zabbix_sendmail 1.4;
|
||||
|
||||
require {
|
||||
type sendmail_exec_t;
|
||||
type zabbix_agent_t;
|
||||
type bin_t;
|
||||
type etc_t;
|
||||
type postfix_etc_t;
|
||||
class file { read execute execute_no_trans };
|
||||
class lnk_file { read getattr };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user