Files
rayhunter/rootshell/Cargo.toml
Will Greenberg 8e256b6455 rootshell: use seteuid/setegid instead
This is also what sshell does.
2024-08-02 12:42:32 -07:00

10 lines
228 B
TOML

[package]
name = "rootshell"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nix = { version = "0.29.0", features = ["user"] }