I was thinking about adding a "Security" section but I wasn't convinced it was necessary. Security in Linux is horrible in general.
* People use `sudo` for anything and everything all the time. * `git pull whatever_crap_from_the_web` and run it happily. * Tens of thousands of pieces of malware via NPMs and other frameworks. * No AV of any kind (the one that actually executes code in a sandbox and verifies its safe). * Permissions/users/groups/pam.d/logind/selinux/apparmor - it's a huge intricate mess.