From 4f4dfba1754e45cf26a11e091340f1991a9ec90a Mon Sep 17 00:00:00 2001 From: Besanon Date: Thu, 6 Jun 2024 18:29:23 +0200 Subject: [PATCH] Update chpst --- apparmor.d/groups/runit/chpst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 }