From 7f7452a9bdb15d54e408f908fb27a3ab9e5aed8c Mon Sep 17 00:00:00 2001 From: mayfrost Date: Fri, 13 Apr 2018 23:36:42 -0300 Subject: [PATCH] Update ALTERNATIVES.md --- ALTERNATIVES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ALTERNATIVES.md b/ALTERNATIVES.md index b33fd0b..cb60614 100644 --- 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)