1
0
Fork 0
forked from soccera/rdo
fixed parsing vulnerability rdo
Find a file
sw1tchbl4d3 5443db5502 Various Makefile additions
We now have a normal and a debug build, both of which
have full RELRO, appropriate handling of warnings and
the default build has D_FORTIFY_SOURCE set to 2.
2021-07-14 06:13:34 +02:00
.gitignore First Commit 2021-07-13 21:33:12 +02:00
LICENSE First Commit 2021-07-13 21:33:12 +02:00
Makefile Various Makefile additions 2021-07-14 06:13:34 +02:00
rdo.c Check return values of setuid() and setgid() 2021-07-14 06:12:50 +02:00
rdo_sample.conf Add sleep between wrong password attempts 2021-07-13 23:42:11 +02:00
README.md Add config for rdo 2021-07-13 23:21:34 +02:00

RootDO

This little "project" aims to be a very slim alternative to both sudo and doas.

Installation

git clone https://codeberg.org/sw1tchbl4d3/rdo
cd rdo
make
sudo make install

After that, you'll have to configure rdo to allow you to use it. To do this, edit /etc/rdo.conf, and set the username variable to your own.

After that you're good to go!

And to uninstall:

sudo make uninstall

Usage

rdo [command]