logo

apparmor.d

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

ubuntu-console-email (718B)


  1. # vim:syntax=apparmor
  2. #
  3. # abstraction for allowing console email clients in Ubuntu. These will
  4. # typically also need a terminal, so when using this abstraction, should also
  5. # do something like:
  6. #
  7. # include <abstractions/ubuntu-gnome-terminal>
  8. #
  9. # Users of this abstraction need to include the ubuntu-helpers abstraction
  10. # in the toplevel profile. Eg:
  11. # include <abstractions/ubuntu-helpers>
  12. abi <abi/3.0>,
  13. /usr/bin/alpine Cx -> sanitized_helper,
  14. /usr/bin/citadel Cx -> sanitized_helper,
  15. /usr/bin/cone Cx -> sanitized_helper,
  16. /usr/bin/elmo Cx -> sanitized_helper,
  17. /usr/bin/mutt Cx -> sanitized_helper,
  18. # Include additions to the abstraction
  19. include if exists <abstractions/ubuntu-console-email.d>