apparmor.d/apparmor.d/groups/systemd/systemd-machine-id-setup
2021-05-09 00:31:43 +01:00

18 lines
416 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/,}bin/systemd-machine-id-setup
profile systemd-machine-id-setup @{exec_path} {
include <abstractions/base>
@{exec_path} mr,
/etc/machine-id rw,
include if exists <local/systemd-machine-id-setup>
}