1 unstable release
0.1.0 | Jan 19, 2023 |
---|
#27 in #sudo
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.