|
|
|
|
|
by antientropic
1402 days ago
|
|
This is what happens when a new security model is retrofitted onto an existing one. In the original Unix security model, there was no security concern with this (except maybe for chroot environments): it didn't allow a process to do something it couldn't otherwise do, since all processes owned by a uid had exactly the same rights. Now that we've started sandboxing user processes in various ways on macOS and Linux, that's no longer the case, and we suddenly need to crack down on useful tools like strace and gdb. |
|