apparmor.d/apparmor.d/groups/systemd/systemd-generator-environment-arch

20 lines
No EOL
530 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-environment-generators/10-arch
profile systemd-generator-environment-arch @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/nameservice-strict>
@{exec_path} mr,
@{bin}/{,ba,da}sh r,
include if exists <local/systemd-generator-environment-arch>
}