check_getsched_access

Function check_getsched_access 

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

Checks if source may exercise the “getsched” permission on target. Corresponds to the task_getscheduler() LSM hook.