diff --git a/apparmor.d/groups/children/child-open-help b/apparmor.d/groups/children/child-open-help new file mode 100644 index 000000000..2d7f0deb2 --- /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 +}