mayfrost-guides

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 0b832e238bfcf6bf0dcfe816804b547a5178230a
parent 0d7551a69671c62a8a8751a14890ae5f4e1e92f6
Author: mayfrost <mayfrost@cock.li>
Date:   Tue,  1 Jan 2019 10:54:24 -0300

Update ALTERNATIVES.md
Diffstat:
MALTERNATIVES.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ALTERNATIVES.md b/ALTERNATIVES.md @@ -549,7 +549,7 @@ Most apps are from F-Droid, we are just starting. ### Containment * __Access Control (Kernel Patches)__: grsecurity + gradm -> Linux Intrusion Detection System -> SecurelLevel -> PaX -> [RSBAC](https://www.rsbac.org/) * __Access Control (Linux Security Modules (LSM))__: SELinux -> TOMOYO Linux -> Smack -> AppArmor -* __Authentication__: Polkit -> ConsoleKit -> Sudo (visudo) -> Linux PAM -> checkpassword +* __Authentication__: Polkit -> ConsoleKit -> Sudo (visudo) -> Linux PAM -> checkpassword -> shadow * __Extended File Attributes__: EVM -> IMA -> inotify * __Resource Usage Control__: [cpulimit](https://github.com/opsengine/cpulimit) -> ulimit (Bash) -> [Disk Quota](https://sourceforge.net/projects/linuxquota/) -> [quotatool](https://github.com/ekenberg/quotatool) * __Sandbox__: Arkose -> [Firejail](https://github.com/netblue30/firejail) -> nsjail -> [Bubblewrap](https://github.com/projectatomic/bubblewrap)