logo

apparmor.d

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

ubuntu-console-browsers (731B)


  1. # vim:syntax=apparmor
  2. #
  3. # abstraction for allowing access to text-only browsers 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/elinks Cx -> sanitized_helper,
  14. /usr/bin/links Cx -> sanitized_helper,
  15. /usr/bin/lynx.cur Cx -> sanitized_helper,
  16. /usr/bin/netrik Cx -> sanitized_helper,
  17. /usr/bin/w3m Cx -> sanitized_helper,
  18. # Include additions to the abstraction
  19. include if exists <abstractions/ubuntu-console-browsers.d>