feat(systemd): add initial version of all missing generator.
This commit is contained in:
parent
0d124065b9
commit
e247a3949e
13 changed files with 265 additions and 0 deletions
23
apparmor.d/groups/systemd/systemd-generator-ds-identify
Normal file
23
apparmor.d/groups/systemd/systemd-generator-ds-identify
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# 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}/cloud-init/ds-identify
|
||||
profile systemd-generator-ds-identify @{exec_path} flags=(attach_disconnected) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
include <abstractions/nameservice-strict>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/{,ba,da}sh r,
|
||||
|
||||
@{run}/cloud-init/.ds-identify.result r,
|
||||
|
||||
include if exists <local/systemd-generator-ds-identify>
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue