From 8327fc83b65f818e8ea89a5ab7471e5a80dc60b1 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Mon, 8 Apr 2024 22:00:00 +0100 Subject: [PATCH] feat(profile): add child-open-help. --- apparmor.d/groups/children/child-open-help | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 apparmor.d/groups/children/child-open-help diff --git a/apparmor.d/groups/children/child-open-help b/apparmor.d/groups/children/child-open-help new file mode 100644 index 00000000..2d7f0deb --- /dev/null +++ b/apparmor.d/groups/children/child-open-help @@ -0,0 +1,22 @@ +# apparmor.d - Full set of apparmor profiles +# Copyright (C) 2024 Alexandre Pujol +# SPDX-License-Identifier: GPL-2.0-only + +abi , + +include + +profile child-open-help { + include + include + + @{open_path} mrix, + + @{bin}/chromium rPx, + @{browsers_path} rPx, + + @{bin}/yelp rPUx, + + include if exists + include if exists +}