2014-01-26 22:43:42 +01:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Copyright (C) 2009-2013 Canonical Ltd.
|
|
|
|
# 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
|
2010-08-05 14:00:02 -05:00
|
|
|
|
2009-11-11 11:42:30 -08:00
|
|
|
#include <tunables/global>
|
2014-01-26 22:43:42 +01:00
|
|
|
|
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>
|
2014-06-27 12:14:53 -07:00
|
|
|
#include <abstractions/dovecot-common>
|
2009-11-11 11:42:30 -08:00
|
|
|
|
|
|
|
capability chown,
|
|
|
|
capability dac_override,
|
|
|
|
|
2013-01-02 15:34:38 -08:00
|
|
|
@{PROC}/@{pid}/mounts r,
|
2009-11-11 11:42:30 -08:00
|
|
|
/usr/lib/dovecot/dovecot-auth mr,
|
2011-07-14 07:57:57 -05:00
|
|
|
/{,var/}run/dovecot/** rw,
|
2009-11-11 11:42:30 -08:00
|
|
|
# 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
|
|
|
}
|