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.doveadm-server (754B)


  1. # ------------------------------------------------------------------
  2. #
  3. # Copyright (C) 2020 SUSE LLC
  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. include <tunables/global>
  12. profile dovecot-doveadm-server /usr/lib/dovecot/doveadm-server flags=(attach_disconnected) {
  13. include <abstractions/base>
  14. include <abstractions/dovecot-common>
  15. /usr/lib/dovecot/doveadm-server mr,
  16. # Site-specific additions and overrides. See local/README for details.
  17. include if exists <local/usr.lib.dovecot.doveadm-server>
  18. }