file_receive

Function file_receive 

Source
pub fn file_receive(
    current_task: &CurrentTask,
    file: &FileObject,
) -> Result<(), Errno>
Expand description

Returns whether the current_task can receive file via a socket IPC. Corresponds to the file_receive() LSM hook.