pub fn task_alloc(current_task: &CurrentTask, clone_flags: u64) -> TaskStateExpand description
Returns TaskState for a new Task, based on that of current_task, and the specified clone
flags.
Corresponds to the task_alloc() LSM hook.
pub fn task_alloc(current_task: &CurrentTask, clone_flags: u64) -> TaskStateReturns TaskState for a new Task, based on that of current_task, and the specified clone
flags.
Corresponds to the task_alloc() LSM hook.