2010-12-21 12:53:33 -06:00
|
|
|
# vim:syntax=apparmor
|
2009-11-11 11:42:30 -08:00
|
|
|
#
|
|
|
|
# for allowing access to konsole
|
|
|
|
#
|
|
|
|
|
|
|
|
#include <abstractions/consoles>
|
|
|
|
#include <abstractions/kde>
|
|
|
|
capability sys_ptrace,
|
2013-01-02 15:34:38 -08:00
|
|
|
@{PROC}/@{pid}/status r,
|
|
|
|
@{PROC}/@{pid}/stat r,
|
|
|
|
@{PROC}/@{pid}/cmdline r,
|
2011-07-14 07:57:57 -05:00
|
|
|
/{,var/}run/utmp r,
|
2009-11-11 11:42:30 -08:00
|
|
|
/dev/ptmx rw,
|
|
|
|
|
|
|
|
# do not use ux or Ux here. Use at a minimum ix
|
|
|
|
/usr/bin/konsole ix,
|
|
|
|
|
2019-01-24 03:03:11 -08:00
|
|
|
|
|
|
|
# Include additions to the abstraction
|
|
|
|
#include if exists <abstractions/ubuntu-konsole.d>
|