From 072e88cec02558a19b594f511cc26c6b9406d6eb Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Mon, 10 Jan 2022 12:35:46 +0100 Subject: [PATCH] Rename features-file to compile-features This change updates the README with the correct property for the AppArmor feature file config. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70124a3..b67919a 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ If you have used the workaround, please update back to the default configuration ```diff ## Pin feature set (avoid regressions when policy is lagging behind ## the kernel) -- features-file=/usr/share/apparmor-features/features.stock -+ features-file=/usr/share/apparmor-features/features +- compile-features=/usr/share/apparmor-features/features.stock ++ compile-features=/usr/share/apparmor-features/features ``` ## Building manually