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.
pub fn file_receive(
current_task: &CurrentTask,
file: &FileObject,
) -> Result<(), Errno>Returns whether the current_task can receive file via a socket IPC.
Corresponds to the file_receive() LSM hook.