summaryrefslogtreecommitdiffstats
path: root/system/apparmor/README
diff options
context:
space:
mode:
author pyllyukko <pyllyukko AT maimed dot org>2018-07-06 23:02:05 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-07-07 06:54:18 +0700
commita754bbc792ecca91d7e951bd10e46ff715bec958 (patch)
tree68628ef9aa56f7f95e652b4e1d4030c518a955e2 /system/apparmor/README
parenta274538685d16c0f4e6a6e05121a2600f010bc11 (diff)
downloadslackbuilds-a754bbc792ecca91d7e951bd10e46ff715bec958.tar.gz
slackbuilds-a754bbc792ecca91d7e951bd10e46ff715bec958.tar.xz
system/apparmor: Added (Mandatory Access Control mechanism).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/apparmor/README')
-rw-r--r--system/apparmor/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/apparmor/README b/system/apparmor/README
new file mode 100644
index 0000000000..06c07e32c0
--- /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.