validate_ownership_by_unix_user

Function validate_ownership_by_unix_user 

Source
pub fn validate_ownership_by_unix_user(
    name: &str,
    user: &UnixUser,
) -> Result<(), OwnerValidationError>