1 unstable release

0.1.0 Jan 19, 2023

#25 in #sudo

GPL-3.0-or-later

17KB
220 lines

rhun - simple sudo in rust

rhun is a simple alternative to sudo / doas. It is written in rust, accepts no command line flags and does not have a configuration file (the source code is the configuration). check src/config.rs to configure it. and run make install to install it. You should not install it from crates.io because you would have no way of configuring it.

Dependencies