2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 06:16:03 +00:00

dovecot: auth processes need to read from postfix auth socket

They also need rw on the auth-userdb socket

Signed-off-by: Simon Deziel <simon@sdeziel.info>
This commit is contained in:
Simon Deziel
2019-02-13 22:49:02 -05:00
parent 9afeb22548
commit 17db8f3884

View File

@@ -42,6 +42,7 @@
/var/tmp/smtp_* rw,
/run/dovecot/auth-master rw,
/run/dovecot/auth-userdb rw,
/run/dovecot/auth-worker rw,
/run/dovecot/login/login rw,
/{var/,}run/dovecot/auth-token-secret.dat{,.tmp} rw,
@@ -49,7 +50,7 @@
/{var/,}run/dovecot/stats-user rw,
/{var/,}run/dovecot/anvil-auth-penalty rw,
/var/spool/postfix/private/auth w,
/var/spool/postfix/private/auth rw,
# Site-specific additions and overrides. See local/README for details.
#include <local/usr.lib.dovecot.auth>