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.dovecot-auth (1087B)


  1. # ------------------------------------------------------------------
  2. #
  3. # Copyright (C) 2009-2013 Canonical Ltd.
  4. # Copyright (C) 2013-2020 Christian Boltz
  5. #
  6. # This program is free software; you can redistribute it and/or
  7. # modify it under the terms of version 2 of the GNU General Public
  8. # License published by the Free Software Foundation.
  9. #
  10. # ------------------------------------------------------------------
  11. # vim: ft=apparmor
  12. abi <abi/3.0>,
  13. include <tunables/global>
  14. profile dovecot-dovecot-auth /usr/lib/dovecot/dovecot-auth {
  15. include <abstractions/authentication>
  16. include <abstractions/base>
  17. include <abstractions/nameservice>
  18. include <abstractions/wutmp>
  19. include <abstractions/dovecot-common>
  20. capability chown,
  21. capability dac_override,
  22. @{PROC}/@{pid}/mounts r,
  23. /usr/lib/dovecot/dovecot-auth mr,
  24. @{run}/dovecot/** rw,
  25. # required for postfix+dovecot integration
  26. /var/spool/postfix/private/dovecot-auth w,
  27. # Site-specific additions and overrides. See local/README for details.
  28. include if exists <local/usr.lib.dovecot.dovecot-auth>
  29. }