Skip to content

qaqland/soda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soda

soda - unsafe(*not rust, no passwd) sudo/doas

Allow users in a specific group to execute a command as root.

Usage

$ su -c "busybox adduser <USER> <GROUP>"
# suid
$ soda id -u
0
# env
$ soda FOO=BAR printenv FOO
BAR
# edit
$ soda -e /etc/apk/world

Install

Please read the source code and figure out the installation on your own.

TODO

  • Integeation tests
  • Manpage(needed?)
  • Debug? Valgrind?

LICENSE

MIT

About

unsafe(*not rust, no passwd) sudo/doas

Topics

Resources

Stars

Watchers

Forks