pub fn check_socket_recvmsg_access(
current_task: &CurrentTask,
socket: &Socket,
) -> Result<(), Errno>Expand description
Checks if the current_task is allowed to receive a message on socket.
Corresponds to the socket_recvmsg() LSM hook.