Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 369 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 369 Bytes

su-rs

A hybrid su/sudo client written in Rust. Lets anyone belonging to the group sudo perform super-user actions by authenticating using their own credentials.

Usage

Build

# `debug` mode
./build.sh
# `release` mode
TARGET=release ./build.sh

Run

# `debug` artifact
target/debug/su-rs
# `release` artifact
target/release/su-rs