task_prlimit

Function task_prlimit 

Source
pub fn task_prlimit(
    source: &CurrentTask,
    target: &Task,
    check_get_rlimit: bool,
    check_set_rlimit: bool,
) -> Result<(), Errno>
Expand description

Called when the current task calls prlimit on a different task. Corresponds to the task_prlimit() LSM hook.