logo

apparmor.d

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/apparmor.d.git

usr.lib.dovecot.config (1000B)


  1. # ------------------------------------------------------------------
  2. #
  3. # Copyright (C) 2013-2020 Christian Boltz
  4. #
  5. # This program is free software; you can redistribute it and/or
  6. # modify it under the terms of version 2 of the GNU General Public
  7. # License published by the Free Software Foundation.
  8. #
  9. # ------------------------------------------------------------------
  10. # vim: ft=apparmor
  11. abi <abi/3.0>,
  12. include <tunables/global>
  13. profile dovecot-config /usr/lib/dovecot/config {
  14. include <abstractions/base>
  15. include <abstractions/nameservice>
  16. include <abstractions/dovecot-common>
  17. include <abstractions/ssl_keys>
  18. capability dac_read_search,
  19. capability dac_override,
  20. /etc/dovecot/** r,
  21. /usr/bin/doveconf rix,
  22. /usr/lib/dovecot/config mr,
  23. /usr/lib/dovecot/managesieve Px,
  24. /usr/share/dovecot/** r,
  25. /var/lib/dovecot/ssl-parameters.dat r,
  26. # Site-specific additions and overrides. See local/README for details.
  27. include if exists <local/usr.lib.dovecot.config>
  28. }