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.managesieve (990B)


  1. # ------------------------------------------------------------------
  2. #
  3. # Copyright (C) 2013-2020 Christian Boltz
  4. # Copyright (C) 2014 Christian Wittmer
  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. include <tunables/dovecot>
  15. profile dovecot-managesieve /usr/lib/dovecot/managesieve {
  16. include <abstractions/base>
  17. include <abstractions/dovecot-common>
  18. capability setuid,
  19. network inet stream,
  20. network inet6 stream,
  21. @{DOVECOT_MAILSTORE}/ rw,
  22. @{DOVECOT_MAILSTORE}/** rwkl,
  23. /etc/dovecot/** r,
  24. /usr/bin/doveconf rix,
  25. /usr/lib/dovecot/managesieve mrix,
  26. # Site-specific additions and overrides. See local/README for details.
  27. include if exists <local/usr.lib.dovecot.managesieve>
  28. }