https://github.com/qaqland/soda
unsafe(*not rust, no passwd) sudo/doas
https://github.com/qaqland/soda
doas doasedit su sudo sudoedit
Last synced: 4 months ago
JSON representation
unsafe(*not rust, no passwd) sudo/doas
- Host: GitHub
- URL: https://github.com/qaqland/soda
- Owner: qaqland
- Created: 2025-08-31T15:22:40.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-09-11T12:59:30.000Z (5 months ago)
- Last Synced: 2025-09-11T15:55:00.952Z (5 months ago)
- Topics: doas, doasedit, su, sudo, sudoedit
- Language: C
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# soda
soda - unsafe(\*not rust, no passwd) sudo/doas
Allow users in a specific group to execute a command as root.
## Usage
```bash
$ su -c "busybox adduser "
```
```bash
# suid
$ soda id -u
0
```
```bash
# env
$ soda FOO=BAR printenv FOO
BAR
```
```bash
# 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