|
|
|
|
|
by cpuguy83
1245 days ago
|
|
Linux has lots of protective measures outside of just user isolation.
There's capabilities, namespaces, cgroups, seccomp, landlock, selinux, apparmor. The difference is Linux gives the owner of the machine (for better or worse) decide what to do here.
There are distros that try to force you into a more secure posture (Qubes), though. |
|