yeah
Go to file
TriMill d50552c031 ""security"" also make it compile on alpine 2022-11-08 10:11:32 -05:00
src ""security"" also make it compile on alpine 2022-11-08 10:11:32 -05:00
.gitignore initial commit 2022-11-08 00:21:44 -05:00
LICENSE added LICENSE 2022-11-08 10:03:51 -05:00
Makefile ""security"" also make it compile on alpine 2022-11-08 10:11:32 -05:00
README.md remove blasphemy 2022-11-08 07:54:32 -05:00
pam.d_udo initial commit 2022-11-08 00:21:44 -05:00
udo.conf default udo.conf 2022-11-08 07:57:19 -05:00

README.md

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

# make install

uninstallation

# make uninstall, but why would you want to?

why does it segfault?

it only segfaults if you have done something wrong. do not do wrong things.