mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
Add ps to ptrace
This commit is contained in:
parent
e4d118365a
commit
e724d835ed
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ profile kubernetes-pause @{exec_path} flags=(complain,attach_disconnected) {
|
||||||
|
|
||||||
signal (receive) set=kill,
|
signal (receive) set=kill,
|
||||||
|
|
||||||
ptrace (readby) peer=k3s,
|
ptrace (readby) peer={k3s,ps},
|
||||||
|
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue