|
|
|
|
|
by DarylZero
1615 days ago
|
|
You can use suid programs to do what they do. You can use other mechanisms to do other things. Suid programs on Plan9 could not possibly behave any differently. If the user rebinds `/bin` and then runs a suid program that calls other programs, that suid program cannot use the rebound `/bin`. That kind of binding simply can't be allowed to cross security contexts. |
|