commit 7f7452a9bdb15d54e408f908fb27a3ab9e5aed8c
parent b85cebf71b50f19d5f5d0f962d36b7463adeb5f8
Author: mayfrost <mayfrost@cock.li>
Date: Fri, 13 Apr 2018 23:36:42 -0300
Update ALTERNATIVES.md
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ALTERNATIVES.md b/ALTERNATIVES.md
@@ -493,7 +493,7 @@ All apps are from F-Droid, may not be much but is a start.
## Security
### Containment
-* __Access Control__: SELinux -> Smack -> AppArmor -> [RSBAC](https://www.rsbac.org/)
+* __Access Control__: SELinux -> Smack -> AppArmor + [RSBAC](https://www.rsbac.org/)
* __Authentication__: Polkit/ConsoleKit -> FakeRoot -> Sudo (visudo) -> Linux PAM
* __Resource Usage Control__: [Disk Quota](https://sourceforge.net/projects/linuxquota/) -> [quotatool](https://github.com/ekenberg/quotatool), ulimit, [cpulimit](https://github.com/opsengine/cpulimit)
* __Sandboxing__: [Firejail](https://github.com/netblue30/firejail) -> [Bubblewrap](https://github.com/projectatomic/bubblewrap)