apparmor.d/apparmor.d/groups/systemd/systemd-generator-ostree
2023-11-27 19:00:18 +00:00

18 lines
No EOL
463 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{lib}/systemd/system-generators/ostree-system-generator
profile systemd-generator-ostree @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
@{exec_path} mr,
@{PROC}/cmdline r,
include if exists <local/systemd-generator-ostree>
}