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
|
|
|
|
|
2020-05-05 00:08:39 -07:00
|
|
|
abi <abi/3.0>,
|
|
|
|
|
2014-01-26 22:46:51 +01:00
|
|
|
#include <tunables/global>
|
|
|
|
|
|
|
|
/usr/lib/dovecot/dict {
|
|
|
|
#include <abstractions/base>
|
|
|
|
#include <abstractions/mysql>
|
2014-02-13 22:19:26 +01:00
|
|
|
#include <abstractions/nameservice>
|
2017-12-18 15:33:48 +01:00
|
|
|
#include <abstractions/openssl>
|
2014-06-27 12:14:53 -07:00
|
|
|
#include <abstractions/dovecot-common>
|
2014-01-26 22:46:51 +01:00
|
|
|
|
|
|
|
capability setuid,
|
|
|
|
|
|
|
|
network inet stream,
|
|
|
|
|
|
|
|
/etc/dovecot/dovecot-database.conf.ext r,
|
|
|
|
/etc/dovecot/dovecot-dict-sql.conf.ext r,
|
|
|
|
/usr/lib/dovecot/dict mr,
|
|
|
|
|
|
|
|
# Site-specific additions and overrides. See local/README for details.
|
2020-04-28 22:25:27 +02:00
|
|
|
include if exists <local/usr.lib.dovecot.dict>
|
2014-01-26 22:46:51 +01:00
|
|
|
}
|