2009-11-11 11:42:30 -08:00
|
|
|
# Author: Kees Cook <kees@ubuntu.com>
|
2010-08-05 14:00:02 -05:00
|
|
|
|
2009-11-11 11:42:30 -08:00
|
|
|
#include <tunables/global>
|
2009-11-11 11:55:29 -08:00
|
|
|
/usr/lib/dovecot/dovecot-auth {
|
2009-11-11 11:42:30 -08:00
|
|
|
#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,
|
2010-08-05 14:00:02 -05:00
|
|
|
|
|
|
|
# Site-specific additions and overrides. See local/README for details.
|
|
|
|
#include <local/usr.lib.dovecot.dovecot-auth>
|
2009-11-11 11:42:30 -08:00
|
|
|
}
|