logo

apparmor.d

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

ubuntu-integration (1134B)


  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. # Apport
  7. /usr/bin/apport-bug Cx -> sanitized_helper,
  8. # Package installation
  9. /usr/bin/apturl Cxr -> sanitized_helper,
  10. /usr/share/software-center/software-center Cxr -> sanitized_helper,
  11. # Input Methods
  12. /usr/bin/scim Cx -> sanitized_helper,
  13. /usr/bin/scim-bridge Cx -> sanitized_helper,
  14. # File managers
  15. /usr/bin/nautilus Cxr -> sanitized_helper,
  16. /usr/bin/{t,T}hunar Cxr -> sanitized_helper,
  17. /usr/bin/dolphin Cxr -> sanitized_helper,
  18. # Themes
  19. /usr/bin/gnome-appearance-properties Cxr -> sanitized_helper,
  20. # Kubuntu
  21. /usr/lib/mozilla/kmozillahelper Cxr -> sanitized_helper,
  22. # Exo-aware applications
  23. include <abstractions/exo-open>
  24. # unity webapps integration. Could go in its own abstraction
  25. owner /run/user/*/dconf/user rw,
  26. owner @{HOME}/.local/share/unity-webapps/availableapps*.db rwk,
  27. /usr/bin/debconf-communicate Cxr -> sanitized_helper,
  28. owner @{HOME}/.config/libaccounts-glib/accounts.db rk,