Zabbix/Postfix: Add missing type for postfix_etc_t

Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
Greg Sutcliffe
2025-09-26 11:25:07 +01:00
parent 224f21142d
commit a41c0a3546

View File

@@ -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 };
}