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:
Greg Sutcliffe
2025-09-26 11:19:41 +01:00
parent abbb813f6e
commit 224f21142d
2 changed files with 4 additions and 1 deletions

View File

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