Update Users in AppArmor

John Johansen 2020-12-31 01:42:20 +00:00
parent c44389ad82
commit 782bbe3633

@ -2,6 +2,7 @@
- [Role based Access control (RBAC)](?????)
- [Multi-category security](Multi-Category-Security-(MCS))
- [pam_apparmor](????)
# Introduction
@ -16,4 +17,7 @@ Eg. to define a ```user_u``` and ```system_u``` similar to what selinux does
these variables can then be used in policy to determine what a user can do
# pam_apparmor
pam_apparmor is a pam plug-in that is required for some user based features to function correctly.
...