mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 09:21:00 +01:00
12 lines
212 B
Text
12 lines
212 B
Text
#
|
|
# for allowing access to xterm
|
|
#
|
|
|
|
#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,
|
|
|