bpf_map_alloc

Function bpf_map_alloc 

Source
pub fn bpf_map_alloc(current_task: &CurrentTask) -> BpfMapState
Expand description

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