User Switcher, just like sudo but worse
us now changes the environment variables listed in TODO before executing the command, also added but commented out a version where the env gets copied and the execution happens trough the musl implementation of execvpe(3) |
||
---|---|---|
config.template | ||
LICENSE | ||
makefile | ||
README.md | ||
TODO | ||
us.c |
US - User {Switcher,Shell}
Opens a shell as a different user without needing to authenticate as that user.
This is similar to the behavior of su
but it allows to execute privileged
and/or commands as any other user without needing their password.