|
|
|
|
|
by intelfx
773 days ago
|
|
> There's like 3 components involved in making setuid safe (the kernel, the dynamic loader, and your exec), and at least one of them wasn't doing its job correctly (the dynamic loader). IPC by definition involves a superset of these components Incorrect, because nowhere in the IPC dance are these components exposed to the same untrusted environment as they are with sudo. |
|