From 07edacdd103b2d238914f05cee919f76f0bd5fc1 Mon Sep 17 00:00:00 2001 From: Besanon Date: Mon, 3 Jun 2024 09:51:24 +0200 Subject: [PATCH] Update chpst --- apparmor.d/groups/runit/chpst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/apparmor.d/groups/runit/chpst b/apparmor.d/groups/runit/chpst index 8b1378917..6095c4065 100644 --- a/apparmor.d/groups/runit/chpst +++ b/apparmor.d/groups/runit/chpst @@ -1 +1,20 @@ +# apparmor.d - Full set of apparmor profiles +# Copyright (C) 2024 Besanon +# SPDX-License-Identifier: GPL-2.0-only + +abi , + +include + +@{exec_pathCHP} = /sbin/chpst @{bin}/chpst +profile chpst @{exec_pathCHP} { + include + include + + @{exec_pathCHP} mr, + + @{bin}/agetty rPx, + @{bin}/pause rPx, + +}