User Switcher, just like sudo but worse
Go to file
Alessandro Mauri 5412a3785e change env
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)
2021-04-04 12:42:03 +02:00
config.template todo and notes 2021-04-03 01:20:48 +02:00
LICENSE licensed code 2021-03-27 23:01:22 +01:00
makefile debug options 2021-03-28 16:57:44 +02:00
README.md updated project description 2021-04-03 01:22:36 +02:00
TODO reverted to the old exec way 2021-04-03 18:03:13 +02:00
us.c change env 2021-04-04 12:42:03 +02:00

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.