2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 22:35:35 +00:00

postfix-showq profile fix

Allow reading queue ID files from /var/spool/postfix/hold/.
This commit is contained in:
pyllyukko
2024-12-09 19:23:34 +02:00
parent 5fb91616e3
commit 3c2aae3a22

View File

@@ -38,6 +38,7 @@ profile postfix-showq /usr/lib{,exec}/postfix/{bin/,sbin/,}showq {
/{var/spool/postfix/,}hold/[0-9A-F]/[0-9A-F]/* r,
/{var/spool/postfix/,}hold/[0-9A-F]/[0-9A-F]/ r,
/{var/spool/postfix/,}hold/[0-9A-F]/ r,
/{var/spool/postfix/,}hold/[0-9A-F]* r,
/{var/spool/postfix/,}incoming/ r,
/{var/spool/postfix/,}incoming/[0-9A-F]/[0-9A-F]/* r,
/{var/spool/postfix/,}incoming/[0-9A-F]/[0-9A-F]/ r,