udo/README.md

20 lines
449 B
Markdown
Raw Permalink Normal View History

2022-11-08 05:21:44 +00:00
# udo
`udo` is an extremely stripped-down sudo/doas imitation.
## config
the config file is located at `/etc/udo.conf`. it is a space-separated list of UIDs that are allowed to use `udo`. this file should probably contain `0` at some point.
## installation
2022-11-08 12:54:32 +00:00
`# make install`
2022-11-08 05:21:44 +00:00
## uninstallation
2022-11-08 12:54:32 +00:00
`# make uninstall`, but why would you want to?
2022-11-08 05:21:44 +00:00
## why does it segfault?
it only segfaults if you have done something wrong. do not do wrong things.