logo

apparmor.d

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/apparmor.d.git

dovecot-common (675B)


  1. # ------------------------------------------------------------------
  2. #
  3. # Copyright (C) 2014 Canonical, Ltd.
  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. # used with dovecot/*
  11. abi <abi/3.0>,
  12. capability setgid,
  13. deny capability block_suspend,
  14. # dovecot's master can send us signals
  15. signal receive peer=dovecot,
  16. owner @{run}/dovecot/config rw,
  17. # Include additions to the abstraction
  18. include if exists <abstractions/dovecot-common.d>