chore: add missing structure for full system confinment.
This commit is contained in:
parent
8982bda7c6
commit
2b61f3e82e
1 changed files with 15 additions and 0 deletions
15
apparmor.d/groups/_full/init
Normal file
15
apparmor.d/groups/_full/init
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
# apparmor.d - Full set of apparmor profiles
|
||||||
|
# Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
|
# Full system policy profile.
|
||||||
|
|
||||||
|
# /sbin/init (PID 1) is a link to /usr/lib/systemd/systemd
|
||||||
|
|
||||||
|
# Only use this profile with a fully configured system. Otherwise it **WILL**
|
||||||
|
# break your computer.
|
||||||
|
# See https://apparmor.pujol.io/development/structure/#full-system-policy
|
||||||
|
# for more information.
|
||||||
|
|
||||||
|
# Distributions and other programs can add rules in the usr/init.d directory
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue