pub fn check_socket_bind_access(
current_task: &CurrentTask,
socket: &Socket,
socket_address: &SocketAddress,
) -> Result<(), Errno>Expand description
Checks if the current_task is allowed to perform a bind operation for this socket.
Corresponds to the socket_bind() LSM hook.