diff options
| author | Jiaheng Hu <jiahengh@google.com> | 2020-07-07 22:56:33 +0000 |
|---|---|---|
| committer | Eric Biggers <ebiggers3@gmail.com> | 2020-07-09 11:39:39 -0700 |
| commit | edf162e8c360dd578d20a86c4ad79b54747a2d64 (patch) | |
| tree | 9787161b71385357d553d6001fa9444280b15846 /sys/linux/seccomp_arm.const | |
| parent | fd3bba535d0200374dad3bd872650a4ceb075cf2 (diff) | |
sys/linux: add SECCOMP_IOCTL_NOTIF_ADDFD
Added the ioctl decsription for adding a fd to a seccomp notifier,
currently in linux next.
(https://lore.kernel.org/lkml/20200617220327.3731559-7-keescook@chromium.org/)
Diffstat (limited to 'sys/linux/seccomp_arm.const')
| -rw-r--r-- | sys/linux/seccomp_arm.const | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/linux/seccomp_arm.const b/sys/linux/seccomp_arm.const index 6a0349011..4bc84c4a2 100644 --- a/sys/linux/seccomp_arm.const +++ b/sys/linux/seccomp_arm.const @@ -1,4 +1,6 @@ # AUTOGENERATED FILE +O_CLOEXEC = 524288 +SECCOMP_ADDFD_FLAG_SETFD = 1 SECCOMP_FILTER_FLAG_LOG = 2 SECCOMP_FILTER_FLAG_LOG_LISTENER = 10 SECCOMP_FILTER_FLAG_NEW_LISTENER = 8 @@ -7,6 +9,7 @@ SECCOMP_FILTER_FLAG_SPEC_ALLOW_LISTENER = 12 SECCOMP_FILTER_FLAG_TSYNC = 1 SECCOMP_GET_ACTION_AVAIL = 2 SECCOMP_GET_NOTIF_SIZES = 3 +SECCOMP_IOCTL_NOTIF_ADDFD = 1075323139 SECCOMP_IOCTL_NOTIF_ID_VALID = 1074274562 SECCOMP_IOCTL_NOTIF_RECV = 3226476800 SECCOMP_IOCTL_NOTIF_SEND = 3222806785 |
