soda - unsafe(*not rust, no passwd) sudo/doas
Allow users in a specific group to execute a command as root.
$ su -c "busybox adduser <USER> <GROUP>"
# suid
$ soda id -u
0
# env
$ soda FOO=BAR printenv FOO
BAR
# edit
$ soda -e /etc/apk/world
Please read the source code and figure out the installation on your own.
- Integeation tests
- Manpage(needed?)
- Debug? Valgrind?
MIT