set_user_group

Function set_user_group 

Source
pub fn set_user_group<U: AsRef<str>, G: AsRef<str>>(
    user: U,
    group: G,
) -> Result<(), DropRootError>
Expand description

Set group ID, supplementary group list, and user ID. In that order.