⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

user_has_role

Function user_has_role 

Source
pub fn user_has_role(username: &str, role_name: &str) -> bool
Expand description

Check if a user is allowed to use a given role.