механизм уведомлений в пользовательском пространстве Seccomp (Seccomp user-space notification mechanism)
Синопсис (Synopsis)
#include <linux/seccomp.h>
#include <linux/filter.h>
#include <linux/audit.h>
int seccomp(unsigned int
operation, unsigned int
flags, void *
args);
#include <sys/ioctl.h>
int ioctl(int
fd, SECCOMP_IOCTL_NOTIF_RECV,
struct seccomp_notif *
req);
int ioctl(int
fd, SECCOMP_IOCTL_NOTIF_SEND,
struct seccomp_notif_resp *
resp);
int ioctl(int
fd, SECCOMP_IOCTL_NOTIF_ID_VALID, __u64 *
id);
int ioctl(int
fd, SECCOMP_IOCTL_NOTIF_ADDFD,
struct seccomp_notif_addfd *
addfd);