mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 17:01:00 +01:00

(eg Ubuntu) are providing a symlink from /var/run to /run, so our profiles should handle both situations.
13 lines
237 B
Text
13 lines
237 B
Text
# vim:syntax=apparmor
|
|
#
|
|
# 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,
|
|
|