29 lines
No EOL
807 B
Text
29 lines
No EOL
807 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2023-2024 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/cloud-init-generator
|
|
profile systemd-generator-cloud-init @{exec_path} flags=(attach_disconnected) {
|
|
include <abstractions/base>
|
|
include <abstractions/consoles>
|
|
include <abstractions/nameservice-strict>
|
|
|
|
@{exec_path} mr,
|
|
|
|
@{sh_path} rix,
|
|
@{bin}/mkdir rix,
|
|
@{bin}/systemd-detect-virt rPx,
|
|
@{lib}/cloud-init/ds-identify rPUx,
|
|
|
|
@{run}/cloud-init/ w,
|
|
@{run}/cloud-init/cloud-init-generator.* rw,
|
|
@{run}/cloud-init/disabled w,
|
|
|
|
@{PROC}/cmdline r,
|
|
|
|
include if exists <local/systemd-generator-cloud-init>
|
|
} |