pub fn se_user_and_level(
user_name: &str,
service: Option<&str>,
) -> Result<(CAllocatedBlock<c_char>, CAllocatedBlock<c_char>)>Expand description
Get the SELinux user name and level for a given Linux user name.
See: getseuser(), getseuserbyname().