2014-01-26 22:46:51 +01:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# 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/config {
|
|
|
|
#include <abstractions/base>
|
|
|
|
#include <abstractions/nameservice>
|
2014-06-27 12:14:53 -07:00
|
|
|
#include <abstractions/dovecot-common>
|
2014-01-26 22:46:51 +01:00
|
|
|
#include <abstractions/ssl_keys>
|
|
|
|
|
|
|
|
capability dac_override,
|
|
|
|
|
|
|
|
/etc/dovecot/** r,
|
|
|
|
/usr/bin/doveconf rix,
|
|
|
|
/usr/lib/dovecot/config mr,
|
|
|
|
/usr/lib/dovecot/managesieve Px,
|
2016-10-05 20:46:03 +02:00
|
|
|
/usr/share/dovecot/** r,
|
2014-01-26 22:46:51 +01:00
|
|
|
|
|
|
|
# Site-specific additions and overrides. See local/README for details.
|
|
|
|
#include <local/usr.lib.dovecot.config>
|
|
|
|
}
|