feat(profile): add child-open-help.

This commit is contained in:
Alexandre Pujol 2024-04-08 22:00:00 +01:00
parent f34fbeef7f
commit 8327fc83b6
Failed to generate hash of commit

View file

@ -0,0 +1,22 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
profile child-open-help {
include <abstractions/base>
include <abstractions/desktop>
@{open_path} mrix,
@{bin}/chromium rPx,
@{browsers_path} rPx,
@{bin}/yelp rPUx,
include if exists <usr/child-open-help.d>
include if exists <local/child-open-help>
}