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