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

- add profiles/local/README - adjust profiles/apparmor.d/{bin,sbin,usr}* to include a file from local/ - adjust profiles/apparmor.d/{bin,sbin,usr}* for for copyright, some whitespace and svn conventions
23 lines
625 B
Text
23 lines
625 B
Text
# Author: Kees Cook <kees@ubuntu.com>
|
|
|
|
#include <tunables/global>
|
|
/usr/lib/dovecot/dovecot-auth {
|
|
#include <abstractions/authentication>
|
|
#include <abstractions/base>
|
|
#include <abstractions/nameservice>
|
|
#include <abstractions/wutmp>
|
|
|
|
capability setgid,
|
|
capability chown,
|
|
capability dac_override,
|
|
|
|
/proc/*/mounts r,
|
|
/usr/lib/dovecot/dovecot-auth mr,
|
|
/var/run/utmp k,
|
|
/var/run/dovecot/** rw,
|
|
# required for postfix+dovecot integration
|
|
/var/spool/postfix/private/dovecot-auth w,
|
|
|
|
# Site-specific additions and overrides. See local/README for details.
|
|
#include <local/usr.lib.dovecot.dovecot-auth>
|
|
}
|