logo

apparmor.d

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

text-editors (672B)


  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. # Text editors (It's All Text [https://addons.mozilla.org/en-US/firefox/addon/4125])
  7. /usr/bin/emacsclient.emacs-snapshot Cxr -> sanitized_helper,
  8. /usr/bin/emacsclient.emacs2[2-9] Cxr -> sanitized_helper,
  9. /usr/bin/emacs-snapshot-gtk Cxr -> sanitized_helper,
  10. /usr/bin/gedit Cxr -> sanitized_helper,
  11. /usr/bin/vim.gnome Cxr -> sanitized_helper,
  12. /usr/bin/leafpad Cxr -> sanitized_helper,
  13. /usr/bin/mousepad Cxr -> sanitized_helper,
  14. /usr/bin/kate Cxr -> sanitized_helper,