2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-02 07:15:18 +00:00

dovecot/config: allow dac_read_search and reading ssl-parameters.dat

References: https://bugzilla.opensuse.org/show_bug.cgi?id=1087753#c12
This commit is contained in:
Christian Boltz
2018-04-14 22:53:40 +02:00
parent e28d0a922a
commit c4e607199c

View File

@@ -1,6 +1,6 @@
# ------------------------------------------------------------------ # ------------------------------------------------------------------
# #
# Copyright (C) 2013 Christian Boltz # Copyright (C) 2013-2018 Christian Boltz
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of version 2 of the GNU General Public # modify it under the terms of version 2 of the GNU General Public
@@ -17,6 +17,7 @@
#include <abstractions/dovecot-common> #include <abstractions/dovecot-common>
#include <abstractions/ssl_keys> #include <abstractions/ssl_keys>
capability dac_read_search,
capability dac_override, capability dac_override,
/etc/dovecot/** r, /etc/dovecot/** r,
@@ -24,6 +25,7 @@
/usr/lib/dovecot/config mr, /usr/lib/dovecot/config mr,
/usr/lib/dovecot/managesieve Px, /usr/lib/dovecot/managesieve Px,
/usr/share/dovecot/** r, /usr/share/dovecot/** r,
/var/lib/dovecot/ssl-parameters.dat r,
# Site-specific additions and overrides. See local/README for details. # Site-specific additions and overrides. See local/README for details.
#include <local/usr.lib.dovecot.config> #include <local/usr.lib.dovecot.config>