Home
last modified time | relevance | path

Searched refs:seccomp_notif (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/userspace-api/
H A Dseccomp_filter.rst106 使得一个 ``struct seccomp_notif`` 消息被发送到已附加的用户空间通知文件描述
176 __u16 seccomp_notif;
181 struct seccomp_notif {
206 通知文件描述符来接收一个 ``struct seccomp_notif`` ,其中包含五个成员:结构体的
213 成员应该和 ``struct seccomp_notif`` 的 ``id`` 一致。
216 符。 ``struct seccomp_notif_addfd`` 的 ``id`` 成员应该和 ``struct seccomp_notif``
/openbmc/linux/tools/include/uapi/linux/
H A Dseccomp.h70 __u16 seccomp_notif; member
75 struct seccomp_notif { struct
147 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
/openbmc/linux/include/uapi/linux/
H A Dseccomp.h70 __u16 seccomp_notif; member
75 struct seccomp_notif { struct
147 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
/openbmc/linux/samples/seccomp/
H A Duser-trap.c104 static int handle_req(struct seccomp_notif *req, in handle_req()
289 struct seccomp_notif *req; in main()
298 req = malloc(sizes.seccomp_notif); in main()
308 memset(req, 0, sizes.seccomp_notif); in main()
/openbmc/linux/tools/perf/bench/
H A Dsched-seccomp-notify.c71 struct seccomp_notif req; in user_notification_sync_loop()
/openbmc/linux/Documentation/userspace-api/
H A Dseccomp_filter.rst126 Results in a ``struct seccomp_notif`` message sent on the userspace
218 __u16 seccomp_notif;
223 struct seccomp_notif {
250 seccomp notification fd to receive a ``struct seccomp_notif``, which contains
260 be the same ``id`` as in ``struct seccomp_notif``.
265 ``struct seccomp_notif``. The ``newfd_flags`` flag may be used to set flags
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c207 struct seccomp_notif { struct
222 __u16 seccomp_notif; argument
3366 struct seccomp_notif req = {}; in TEST()
3495 struct seccomp_notif req = {}; in TEST()
3546 struct seccomp_notif req = {}; in TEST()
3656 struct seccomp_notif req = {}; in TEST()
3697 struct seccomp_notif req = {}; in TEST()
3774 struct seccomp_notif req = {}; in TEST()
3816 EXPECT_EQ(sizes.seccomp_notif, sizeof(struct seccomp_notif)); in TEST()
3825 struct seccomp_notif req = {}; in TEST()
[all …]
/openbmc/linux/kernel/
H A Dseccomp.c1501 struct seccomp_notif unotif; in seccomp_notify_recv()
2034 .seccomp_notif = sizeof(struct seccomp_notif), in seccomp_get_notif_sizes()