logo

apparmor.d

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

ubuntu-xterm (346B)


  1. # vim:syntax=apparmor
  2. #
  3. # for allowing access to xterm
  4. #
  5. abi <abi/3.0>,
  6. include <abstractions/consoles>
  7. /dev/ptmx rw,
  8. /{,var/}run/utmp r,
  9. /etc/X11/app-defaults/XTerm r,
  10. # do not use ux or Ux here. Use at a minimum ix
  11. /usr/bin/xterm ix,
  12. # Include additions to the abstraction
  13. include if exists <abstractions/ubuntu-xterm.d>