From c857952ba515201cf7e84c1a2c0305d8f6e8770a Mon Sep 17 00:00:00 2001 From: John Johansen Date: Wed, 23 Sep 2020 00:24:01 +0000 Subject: [PATCH] Update AppArmorInSystemd --- AppArmorInSystemd.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/AppArmorInSystemd.md b/AppArmorInSystemd.md index a00941c..9b3237a 100644 --- a/AppArmorInSystemd.md +++ b/AppArmorInSystemd.md @@ -10,7 +10,12 @@ Introduction Loading apparmor policy ======================= -??? +Systemd v246 added the ability to load apparmor policy cache during early boot. +Requirements +- cache must be in a location available during early boot, eg. /etc/apparmor.d/cache or /lib/apparmor/cache. Cache in /var/cache/apparmor/ can NOT be used. +- cache for the specific kernel being booted must be compiled before boot/reboot into said kernel +- ???? setup + The restart problem ===================