logo

apparmor.d

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

ubuntu-email (1087B)


  1. # vim:syntax=apparmor
  2. #
  3. # abstraction for allowing graphical email clients in Ubuntu
  4. #
  5. # Users of this abstraction need to include the ubuntu-helpers abstraction
  6. # in the toplevel profile. Eg:
  7. # include <abstractions/ubuntu-helpers>
  8. abi <abi/3.0>,
  9. /usr/bin/anjal Cx -> sanitized_helper,
  10. /usr/bin/balsa Cx -> sanitized_helper,
  11. /usr/bin/claws-mail Cx -> sanitized_helper,
  12. /usr/bin/evolution Cx -> sanitized_helper,
  13. /usr/bin/geary Cx -> sanitized_helper,
  14. /usr/bin/gnome-gmail Cx -> sanitized_helper,
  15. /usr/lib/GNUstep/Applications/GNUMail.app/GNUMail Cx -> sanitized_helper,
  16. /usr/bin/kmail Cx -> sanitized_helper,
  17. /usr/bin/mailody Cx -> sanitized_helper,
  18. /usr/bin/modest Cx -> sanitized_helper,
  19. /usr/bin/seamonkey Cx -> sanitized_helper,
  20. /usr/bin/sylpheed Cx -> sanitized_helper,
  21. /usr/bin/tkrat Cx -> sanitized_helper,
  22. /usr/bin/thunderbird Cx -> sanitized_helper, # used by gio-launch-desktop
  23. /usr/lib/thunderbird*/thunderbird{,.sh,-bin} Cx -> sanitized_helper,
  24. # Include additions to the abstraction
  25. include if exists <abstractions/ubuntu-email.d>