From 3dcbbc05ee021258c48feca1c8a3d217ccb09726 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 6 Apr 2021 18:35:28 +0200 Subject: [PATCH] Apparmor more-info (#17303) Co-authored-by: Franck Nijhof --- source/more-info/unsupported/apparmor.markdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 source/more-info/unsupported/apparmor.markdown diff --git a/source/more-info/unsupported/apparmor.markdown b/source/more-info/unsupported/apparmor.markdown new file mode 100644 index 00000000000..bc74fae2120 --- /dev/null +++ b/source/more-info/unsupported/apparmor.markdown @@ -0,0 +1,16 @@ +--- +title: "AppArmor issues" +description: "More information on why missing AppArmor marks the installation as unsupported." +--- + +## The issue + +AppArmor is how the Supervisor does handling all the security around add-ons, +without this, the Supervisor is missing important security mechanics to protect your system and data within it. + +## The solution + +If the AppArmor is not enabled on your host, set this to the Linux boot cmd: `apparmor=1 security=apparmor` and reboot your operating system. + +As a last resort, you might need to reinstall the host running the Supervisor +with one of the supported operating systems, [see instructions here](/more-info/unsupported/os).