2010-12-21 12:53:33 -06:00
|
|
|
# vim:syntax=apparmor
|
2009-11-11 11:42:30 -08:00
|
|
|
#
|
|
|
|
# for allowing access to xterm
|
|
|
|
#
|
|
|
|
|
2020-05-05 00:08:39 -07:00
|
|
|
abi <abi/3.0>,
|
|
|
|
|
2020-06-09 23:28:41 +02:00
|
|
|
include <abstractions/consoles>
|
2009-11-11 11:42:30 -08:00
|
|
|
/dev/ptmx rw,
|
2011-07-14 07:57:57 -05:00
|
|
|
/{,var/}run/utmp r,
|
2009-11-11 11:42:30 -08:00
|
|
|
/etc/X11/app-defaults/XTerm r,
|
|
|
|
|
|
|
|
# do not use ux or Ux here. Use at a minimum ix
|
|
|
|
/usr/bin/xterm ix,
|
|
|
|
|
2019-01-24 03:03:11 -08:00
|
|
|
|
|
|
|
# Include additions to the abstraction
|
2020-05-30 19:46:08 +02:00
|
|
|
include if exists <abstractions/ubuntu-xterm.d>
|