mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 17:31:01 +01:00
17 lines
318 B
Text
17 lines
318 B
Text
![]() |
#
|
||
|
# 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,
|
||
|
|