feat(profile): rewrite the child-open* profiles.
This commit is contained in:
parent
60ba9ae965
commit
4d29127d57
12 changed files with 28 additions and 43 deletions
15
apparmor.d/abstractions/app/open
Normal file
15
apparmor.d/abstractions/app/open
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
# Full set of rules for child-open-* profiles.
|
||||
|
||||
include <abstractions/desktop>
|
||||
|
||||
@{open_path} mrix,
|
||||
|
||||
@{sh_path} r,
|
||||
|
||||
/dev/tty rw,
|
||||
|
||||
include if exists <abstractions/app/open.d>
|
||||
Loading…
Add table
Add a link
Reference in a new issue