readme
This commit is contained in:
parent
c98b78f4c1
commit
fc7086a6bf
1 changed files with 15 additions and 0 deletions
15
readme.md
Normal file
15
readme.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# **Crab**
|
||||||
|
`Crab`, a.k.a `Cool Rust Authentication Binary` is a rusty replacement for sudo and doas on Linux systems
|
||||||
|
|
||||||
|
# Installation
|
||||||
|
Run `build.sh` as the root user to build the rust binary, and install files.
|
||||||
|
|
||||||
|
# Configuration
|
||||||
|
Crab supports multiple users and persistence. Each line of the config is the username, then `true` of `false` if the crab authentication persists, seperated by a space.
|
||||||
|
|
||||||
|
For Example
|
||||||
|
```
|
||||||
|
root true
|
||||||
|
tylerm false
|
||||||
|
```
|
||||||
|
The configuration file is stored in `/etc/crab.conf`
|
Loading…
Reference in a new issue