|
|
|
|
|
by pid-1
1324 days ago
|
|
You can sudo to other users besides root. For installing things, you generally need write permissions to /usr/bin and likes. So you could create an user with such privileges and sudo to that. The real issue, I think, is Linux not being capability based, so there's no programmatic way for scripts to communicate which sort of permissions are needed. |
|
OpenBSD has something like this https://man.openbsd.org/pledge.2