You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
343 B
Plaintext
18 lines
343 B
Plaintext
2 years ago
|
# vim:syntax=apparmor
|
||
|
#
|
||
|
# for allowing access to konsole
|
||
|
#
|
||
|
|
||
|
#include <abstractions/consoles>
|
||
|
#include <abstractions/kde>
|
||
|
capability sys_ptrace,
|
||
|
@{PROC}/@{pid}/status r,
|
||
|
@{PROC}/@{pid}/stat r,
|
||
|
@{PROC}/@{pid}/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,
|
||
|
|