fixed parsing vulnerability rdo
Find a file
sw1tchbl4d3 336221e5e2 Get passphrase from TTY
This is required for #1.
2021-07-13 22:23:27 +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 Get passphrase from TTY 2021-07-13 22:23:27 +02:00
rdo.c Get passphrase from TTY 2021-07-13 22:23:27 +02:00
README.md Remove obsolete reference to Github 2021-07-13 21:34:38 +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.

echo "YourUsername" | sudo tee /etc/rdo/username

After that you're good to go!

And to uninstall:

sudo make uninstall

Usage

rdo [command]