blob: 2a40e381721aa944f3a826d04af958cafa9496d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# vim:syntax=apparmor
#
# for allowing access to konsole
#
abi <abi/4.0>,
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,
# Include additions to the abstraction
include if exists <abstractions/ubuntu-konsole.d>
|