diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:55:59 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:03 -0400 |
commit | 6c5176bb2eb3c589e1d09d63cf4583d515d34c27 (patch) | |
tree | d97ed6cc3a90361d518a88ed0625931fec06b705 /system/apparmor | |
parent | d435190f26a688f6cf407baa15301bbf58e51390 (diff) |
system/apparmor: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/apparmor')
-rw-r--r-- | system/apparmor/README | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/system/apparmor/README b/system/apparmor/README index 06c07e32c063a..f0dafebc98daf 100644 --- a/system/apparmor/README +++ b/system/apparmor/README @@ -1,9 +1,10 @@ -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. +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. +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. |