blob: b6591233a5a30e9f1b536310e206c98a0ce0325f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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`
|