mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 17:01:00 +01:00

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.
22 lines
691 B
Text
22 lines
691 B
Text
# ------------------------------------------------------------------
|
|
#
|
|
# Copyright (C) 2013 Christian Boltz
|
|
#
|
|
# This program is free software; you can redistribute it and/or
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
# License published by the Free Software Foundation.
|
|
#
|
|
# ------------------------------------------------------------------
|
|
# vim: ft=apparmor
|
|
|
|
#include <tunables/global>
|
|
|
|
/usr/lib/dovecot/log flags=(attach_disconnected) {
|
|
#include <abstractions/base>
|
|
#include <abstractions/dovecot-common>
|
|
|
|
/usr/lib/dovecot/log mr,
|
|
|
|
# Site-specific additions and overrides. See local/README for details.
|
|
#include <local/usr.lib.dovecot.log>
|
|
}
|