From 99021516e98bad89d08d6254a7c9f58a0dfbeb87 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 21 Oct 2021 13:53:27 +0200 Subject: 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 --- sys/linux/seccomp.txt.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/seccomp.txt.const') 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 -- cgit mrf-deployment