logo

apparmor.d

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

ubuntu-gnome-terminal (300B)


  1. # vim:syntax=apparmor
  2. #
  3. # for allowing access to gnome-terminal
  4. #
  5. abi <abi/3.0>,
  6. include <abstractions/gnome>
  7. # do not use ux or PUx here. Use at a minimum ix
  8. /usr/bin/gnome-terminal ix,
  9. # Include additions to the abstraction
  10. include if exists <abstractions/ubuntu-gnome-terminal.d>