drop-root-rs
Set a user id and group (using the names) id to drop root privileges
Example
use set_user_group;
Set a user id and group (using the names) id to drop root privileges
use drop_root::set_user_group;
fn main() {
// ...
set_user_group("nobody", "nogroup");
// ...
}