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-login (1170B)


  1. # ------------------------------------------------------------------
  2. #
  3. # Copyright (c) 2009 Dulmandakh Sukhbaatar <dulmandakh@gmail.com>
  4. # Copyright (C) 2009-2011 Canonical Ltd.
  5. # Copyright (C) 2013-2020 Christian Boltz
  6. # Copyright (C) 2014 Christian Wittmer
  7. #
  8. # This program is free software; you can redistribute it and/or
  9. # modify it under the terms of version 2 of the GNU General Public
  10. # License published by the Free Software Foundation.
  11. #
  12. # ------------------------------------------------------------------
  13. # vim: ft=apparmor
  14. abi <abi/3.0>,
  15. include <tunables/global>
  16. profile dovecot-managesieve-login /usr/lib/dovecot/managesieve-login {
  17. include <abstractions/base>
  18. include <abstractions/dovecot-common>
  19. include <abstractions/openssl>
  20. capability setuid,
  21. capability sys_chroot,
  22. network inet stream,
  23. network inet6 stream,
  24. network unix stream,
  25. /usr/lib/dovecot/managesieve-login mr,
  26. @{run}/dovecot/login-master-notify* rw,
  27. @{run}/dovecot/login/ r,
  28. @{run}/dovecot/login/* rw,
  29. # Site-specific additions and overrides. See local/README for details.
  30. include if exists <local/usr.lib.dovecot.managesieve-login>
  31. }