logo

apparmor.d

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

productivity (894B)


  1. # vim:syntax=apparmor
  2. # Users of this abstraction need to include the ubuntu-helpers abstraction
  3. # in the toplevel profile. Eg:
  4. # include <abstractions/ubuntu-helpers>
  5. abi <abi/3.0>,
  6. # Openoffice.org
  7. /usr/bin/ooffice Cxr -> sanitized_helper,
  8. /usr/bin/oocalc Cxr -> sanitized_helper,
  9. /usr/bin/oodraw Cxr -> sanitized_helper,
  10. /usr/bin/ooimpress Cxr -> sanitized_helper,
  11. /usr/bin/oowriter Cxr -> sanitized_helper,
  12. /usr/lib/openoffice/program/soffice Cxr -> sanitized_helper,
  13. # LibreOffice
  14. /usr/bin/libreoffice Cxr -> sanitized_helper,
  15. /usr/bin/localc Cxr -> sanitized_helper,
  16. /usr/bin/lodraw Cxr -> sanitized_helper,
  17. /usr/bin/loimpress Cxr -> sanitized_helper,
  18. /usr/bin/lowriter Cxr -> sanitized_helper,
  19. /usr/lib/libreoffice/program/soffice Cxr -> sanitized_helper,
  20. # PDFs
  21. /usr/bin/evince Cxr -> sanitized_helper,
  22. /usr/bin/okular Cxr -> sanitized_helper,