mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
Update dovecot profiles
The dovecot/auth profile needs access to /run/dovecot/anvil-auth-penalty and /var/spool/postfix/private/auth. The dovecot/log profile needs the attach_disconnected flag. Refences: https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1652131 Acked-by: Seth Arnold <seth.arnold@canonical.com> for trunk, 2.10 and 2.9.
This commit is contained in:
parent
498853ca6e
commit
e7488ebff1
2 changed files with 4 additions and 1 deletions
|
@ -39,6 +39,9 @@
|
|||
|
||||
/{var/,}run/dovecot/auth-token-secret.dat{,.tmp} rw,
|
||||
/{var/,}run/dovecot/stats-user rw,
|
||||
/{var/,}run/dovecot/anvil-auth-penalty rw,
|
||||
|
||||
/var/spool/postfix/private/auth w,
|
||||
|
||||
# Site-specific additions and overrides. See local/README for details.
|
||||
#include <local/usr.lib.dovecot.auth>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include <tunables/global>
|
||||
|
||||
/usr/lib/dovecot/log {
|
||||
/usr/lib/dovecot/log flags=(attach_disconnected) {
|
||||
#include <abstractions/base>
|
||||
#include <abstractions/dovecot-common>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue