bpf_prog_alloc

Function bpf_prog_alloc 

Source
pub fn bpf_prog_alloc(current_task: &CurrentTask) -> BpfProgState
Expand description

Returns the security context to be assigned to a BPM program object, based on the task that creates it. Corresponds to the bpf_prog_alloc_security() LSM hook.