summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2022-11-08 19:44:31 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2022-11-08 19:44:31 -0500
commitfc7086a6bf03aab5fa75b837e27f655ecbc876bc (patch)
tree2175e9301cbb9d5d558ab23ff154fef30272f319 /readme.md
parentinitial commit (diff)
downloadcrab-fc7086a6bf03aab5fa75b837e27f655ecbc876bc.tar.gz
crab-fc7086a6bf03aab5fa75b837e27f655ecbc876bc.tar.bz2
crab-fc7086a6bf03aab5fa75b837e27f655ecbc876bc.zip
readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..b659123
--- /dev/null
+++ b/readme.md
@@ -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` \ No newline at end of file