mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-28 20:54:43 +01:00
chore(fsp): add note of current profile stage.
This commit is contained in:
parent
cc5416f57a
commit
9b57546312
2 changed files with 13 additions and 0 deletions
|
@ -11,6 +11,17 @@
|
|||
|
||||
# Distributions and other programs can add rules in the usr/systemd.d directory
|
||||
|
||||
# TODO: rework this to get a controlled environment: (cf security model)
|
||||
# - No global allow anymore: in high security environments, we must manage the list
|
||||
# of program/service that can be started by systemd and ensure that they are all
|
||||
# listed and confined. Programs not listed will not be able to start.
|
||||
# - Outside common systemd service, the list may have to be automatically
|
||||
# generated at install time, in `/etc/apparmor.d/usr/systemd.d/exec`
|
||||
# - Stop disabling nnp flags in systemd dropin files.
|
||||
# - Each systemd services in `systemd-service` (when the service is more complex than foo.service -> Exec=/usr/bin/foo)
|
||||
# need they own profile, profile name configured as a dropin unit file.
|
||||
# - When this is done: the fallback profile as root will not be needed.
|
||||
|
||||
abi <abi/4.0>,
|
||||
|
||||
include <tunables/global>
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
# Distributions and other programs can add rules in the usr/systemd-user.d directory
|
||||
|
||||
# TODO: rework this to get a controlled environment. cf comments in systemd profile.
|
||||
|
||||
abi <abi/4.0>,
|
||||
|
||||
include <tunables/global>
|
||||
|
|
Loading…
Add table
Reference in a new issue