apparmor/profiles/apparmor.d/abstractions/ubuntu-konsole
Jamie Strandboge 20f117500f update for /var/run -> /run udev transition. For compatibility, distributions
(eg Ubuntu) are providing a symlink from /var/run to /run, so our profiles
should handle both situations.
2011-07-14 07:57:57 -05:00

17 lines
343 B
Text

# vim:syntax=apparmor
#
# for allowing access to konsole
#
#include <abstractions/consoles>
#include <abstractions/kde>
capability sys_ptrace,
@{PROC}/[0-9]*/status r,
@{PROC}/[0-9]*/stat r,
@{PROC}/[0-9]*/cmdline r,
/{,var/}run/utmp r,
/dev/ptmx rw,
# do not use ux or Ux here. Use at a minimum ix
/usr/bin/konsole ix,