mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 18:17:09 +00:00
dovecot: allow FD passing between dovecot and dovecot's anvil
This commit is contained in:
parent
f2c0a11327
commit
a57f01d86b
@ -18,6 +18,8 @@
|
|||||||
capability setuid,
|
capability setuid,
|
||||||
capability sys_chroot,
|
capability sys_chroot,
|
||||||
|
|
||||||
|
unix (receive, send) type=stream peer=(label=dovecot),
|
||||||
|
|
||||||
/run/dovecot/anvil rw,
|
/run/dovecot/anvil rw,
|
||||||
/usr/lib/dovecot/anvil mr,
|
/usr/lib/dovecot/anvil mr,
|
||||||
|
|
||||||
|
@ -33,6 +33,8 @@ profile dovecot /usr/{bin,sbin}/dovecot flags=(attach_disconnected) {
|
|||||||
|
|
||||||
signal send set=(int,quit) peer=/usr/lib/dovecot/*,
|
signal send set=(int,quit) peer=/usr/lib/dovecot/*,
|
||||||
|
|
||||||
|
unix (receive, send) type=stream peer=(label=/usr/lib/dovecot/anvil),
|
||||||
|
|
||||||
/etc/dovecot/** r,
|
/etc/dovecot/** r,
|
||||||
/etc/mtab r,
|
/etc/mtab r,
|
||||||
/etc/lsb-release r,
|
/etc/lsb-release r,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user