apparmor.d/apparmor.d/groups/children/child-open-help
2024-05-11 12:13:57 +01:00

18 lines
443 B
Text

# 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/app/open>
@{browsers_path} rPx,
@{bin}/yelp rPUx,
include if exists <usr/child-open-help.d>
include if exists <local/child-open-help>
}