mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-31 07:17:22 +01:00
feat(profile): add child-open-help.
This commit is contained in:
parent
f34fbeef7f
commit
8327fc83b6
1 changed files with 22 additions and 0 deletions
22
apparmor.d/groups/children/child-open-help
Normal file
22
apparmor.d/groups/children/child-open-help
Normal 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>
|
||||
}
|
Loading…
Reference in a new issue