From a754bbc792ecca91d7e951bd10e46ff715bec958 Mon Sep 17 00:00:00 2001 From: pyllyukko Date: Fri, 6 Jul 2018 23:02:05 +0700 Subject: system/apparmor: Added (Mandatory Access Control mechanism). Signed-off-by: Willy Sudiarto Raharjo --- system/apparmor/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 system/apparmor/README (limited to 'system/apparmor/README') diff --git a/system/apparmor/README b/system/apparmor/README new file mode 100644 index 000000000000..06c07e32c063 --- /dev/null +++ b/system/apparmor/README @@ -0,0 +1,9 @@ +AppArmor protects systems from insecure or untrusted processes by running them +in restricted confinement, while still allowing processes to share files, +exercise privilege and communicate with other processes. AppArmor is a +Mandatory Access Control (MAC) mechanism which uses the Linux Security Module +(LSM) framework. + +Note that in order to use AppArmor, you need to have CONFIG_SECURITY_APPARMOR +setting enabled in the kernel (which is not enabled by default in Slackware). +So in order to use this, you need to reconfigure & recompile your kernel. -- cgit v1.2.3