An open API service indexing awesome lists of open source software.

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

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