pub unsafe extern "C" fn seccomp_notify_receive(
    fd: c_int,
    req: *mut seccomp_notif
) -> c_int
Expand description

Send a notification response to a seccomp notification fd

  • fd: the notification fd
  • resp: the response buffer to use

Sends a notification response on this fd. This function is thread safe (synchronization is performed in the kernel). Returns zero on success, negative values on error.