apparmor.d/apparmor.d/groups/systemd/systemd-binfmt
2021-04-02 10:28:21 +01:00

23 lines
514 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}lib/systemd/systemd-binfmt
profile systemd-binfmt @{exec_path} {
include <abstractions/base>
@{exec_path} mr,
# Config file locations
/etc/binfmt.d/*.conf r,
@{run}/binfmt.d/*.conf r,
/usr/lib/binfmt.d/*.conf r,
owner @{PROC}/@{pid}/stat r,
include if exists <local/systemd-binfmt>
}