diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/apparmor.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/apparmor.html b/core/apparmor.html index ead3d0d..cc5c3f4 100644 --- a/core/apparmor.html +++ b/core/apparmor.html @@ -26,6 +26,12 @@ GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT apparmor=1 security=apparmor" </pre> + <p>Add SecurityFS to /etc/fstab;</p> + + <pre> + none /sys/kernel/security securityfs defaults 0 0 + </pre> + <a href="index.html">Core OS Index</a> <p>This is part of the c9 Manual. Copyright (C) 2018 |