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.dict (966B)


  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-dict /usr/lib/dovecot/dict {
  14. include <abstractions/base>
  15. include <abstractions/mysql>
  16. include <abstractions/nameservice>
  17. include <abstractions/openssl>
  18. include <abstractions/dovecot-common>
  19. capability setuid,
  20. network inet stream,
  21. /etc/dovecot/dovecot-database.conf.ext r,
  22. /etc/dovecot/dovecot-dict-sql.conf.ext r,
  23. /etc/my.cnf r,
  24. /usr/lib/dovecot/dict mr,
  25. # Site-specific additions and overrides. See local/README for details.
  26. include if exists <local/usr.lib.dovecot.dict>
  27. }