Cargo Features

Sudo-rs has no features set by default.

[dependencies]
sudo-rs = { version = "0.2.5", features = ["pam-login", "dev", "do-not-use-all-features"] }
pam-login

when enabled, use "sudo-i" PAM service name for sudo -i instead of "sudo"
ONLY ENABLE THIS FEATURE if you know that original sudo uses "sudo-i"
on the system you are building sudo for (e.g. Debian, Fedora, but not Arch)

dev

enable detailed logging (use for development only) to /tmp this will compromise the security of sudo-rs somewhat

do-not-use-all-features

this feature should never be enabled, but it is here to prevent accidental compilation using "cargo --all-features", which should not be used on sudo-rs