15 lines
327 B
Text
15 lines
327 B
Text
# 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>
|