mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
chore: only install initramfs hooks for full system confinement.
This commit is contained in:
parent
6d1fa42f25
commit
9824a035e8
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
# Common ignore file for all distributions
|
||||
# One ignore by line. Can be a profile name or a directory to ignore
|
||||
|
||||
# Contains profile for full system confinement, only included when ./configure
|
||||
# is given the --full option
|
||||
# Contains profiles and configuration for full system confinement, only included
|
||||
# when ./configure is given the --full option
|
||||
apparmor.d/groups/_full
|
||||
root/etc/initramfs-tools
|
||||
|
||||
apparmor.d/groups/apps
|
||||
|
||||
|
|
Loading…
Reference in a new issue