Skip to content

gardell/su-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Minimal su binary written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published