check_setsched_access

Function check_setsched_access 

Source
pub fn check_setsched_access(
    source: &CurrentTask,
    target: &Task,
) -> Result<(), Errno>
Expand description

Checks if setsched is allowed. Corresponds to the task_setscheduler() LSM hook.