diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-10-21 13:53:27 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-10-21 15:05:59 +0200 |
| commit | 99021516e98bad89d08d6254a7c9f58a0dfbeb87 (patch) | |
| tree | 59b602679ee1952606c598c07f0ab2c4edf7ca8c /sys/linux/seccomp.txt.const | |
| parent | 4560aea643a6f605080bc24b3a125cada138ddc4 (diff) | |
sys/linux: add new futex/seccomp operations
See https://elixir.bootlin.com/linux/v5.15-rc6/source/include/uapi/linux/futex.h#L11
And https://elixir.bootlin.com/linux/v5.15-rc6/source/include/uapi/linux/seccomp.h#L118
Diffstat (limited to 'sys/linux/seccomp.txt.const')
| -rw-r--r-- | sys/linux/seccomp.txt.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/seccomp.txt.const b/sys/linux/seccomp.txt.const index 999e5e965..c6335f26f 100644 --- a/sys/linux/seccomp.txt.const +++ b/sys/linux/seccomp.txt.const @@ -1,6 +1,7 @@ # Code generated by syz-sysgen. DO NOT EDIT. arches = 386, amd64, arm, arm64, mips64le, ppc64le, riscv64, s390x O_CLOEXEC = 524288 +SECCOMP_ADDFD_FLAG_SEND = 2 SECCOMP_ADDFD_FLAG_SETFD = 1 SECCOMP_FILTER_FLAG_LOG = 2 SECCOMP_FILTER_FLAG_LOG_LISTENER = 10 |
