diff options
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 |
commit | a754bbc792ecca91d7e951bd10e46ff715bec958 (patch) | |
tree | 68628ef9aa56f7f95e652b4e1d4030c518a955e2 /system/apparmor/slack-desc | |
parent | a274538685d16c0f4e6a6e05121a2600f010bc11 (diff) | |
download | slackbuilds-a754bbc792ecca91d7e951bd10e46ff715bec958.tar.gz |
system/apparmor: Added (Mandatory Access Control mechanism).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/apparmor/slack-desc')
-rw-r--r-- | system/apparmor/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/apparmor/slack-desc b/system/apparmor/slack-desc new file mode 100644 index 0000000000..49666683a4 --- /dev/null +++ b/system/apparmor/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +apparmor: apparmor (Mandatory Access Control mechanism) +apparmor: +apparmor: AppArmor protects systems from insecure or untrusted processes by +apparmor: running them in restricted confinement, while still allowing +apparmor: processes to share files, exercise privilege and communicate with +apparmor: other processes. AppArmor is a Mandatory Access Control (MAC) +apparmor: mechanism which uses the Linux Security Module (LSM) framework. +apparmor: +apparmor: +apparmor: Homepage: https://gitlab.com/apparmor/ +apparmor: |