mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 14:25:52 +00:00
Allow to read icu *.dat files in postfix-related profiles
This is needed for postdrop, postmap, postqueue and sendmail Seen on openSUSE Tumbleweed.
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
/etc/postfix/postfix-script mixr,
|
||||
@{PROC}/net/if_inet6 r,
|
||||
/usr/sbin/postdrop rmix,
|
||||
/usr/share/icu/[0-9]*.[0-9]*/*.dat r,
|
||||
/var/spool/postfix r,
|
||||
/var/spool/postfix/maildrop r,
|
||||
/var/spool/postfix/maildrop/* rwl,
|
||||
|
@@ -21,5 +21,6 @@
|
||||
/etc/postfix/* r,
|
||||
/etc/postfix/*.db rwlk,
|
||||
@{PROC}/net/if_inet6 r,
|
||||
/usr/share/icu/[0-9]*.[0-9]*/*.dat r,
|
||||
/usr/sbin/postmap rmix,
|
||||
}
|
||||
|
@@ -23,6 +23,7 @@
|
||||
/etc/postfix r,
|
||||
/usr/sbin/postqueue rmix,
|
||||
/usr/lib/postfix/{bin/,sbin/,}showq Px,
|
||||
/usr/share/icu/[0-9]*.[0-9]*/*.dat r,
|
||||
/var/spool/postfix r,
|
||||
/var/spool/postfix/maildrop r,
|
||||
/var/spool/postfix/maildrop/* rwl,
|
||||
|
@@ -60,6 +60,7 @@
|
||||
/usr/sbin/sendmail rmix,
|
||||
/usr/sbin/sendmail.postfix rmix,
|
||||
/usr/sbin/sendmail.sendmail rmix,
|
||||
/usr/share/icu/[0-9]*.[0-9]*/*.dat r,
|
||||
/var/lib/sendmail/statistics rwl,
|
||||
/{,var/}run/sendmail.pid rwl,
|
||||
/{,var/}run/sendmail/control rw,
|
||||
|
Reference in New Issue
Block a user