diff --git a/apparmor.d/groups/runit/chpst b/apparmor.d/groups/runit/chpst index 6095c4065..dbbc4fd67 100644 --- a/apparmor.d/groups/runit/chpst +++ b/apparmor.d/groups/runit/chpst @@ -7,14 +7,15 @@ abi , include -@{exec_pathCHP} = /sbin/chpst @{bin}/chpst -profile chpst @{exec_pathCHP} { +@{exec_path} = /sbin/chpst @{bin}/chpst +profile chpst @{exec_path} { include include - @{exec_pathCHP} mr, + @{exec_path} mr, @{bin}/agetty rPx, - @{bin}/pause rPx, + @{bin}/pause rix, + include if exists }