From 917afeaa705dfdebeebcd674db3bcba279241d5e Mon Sep 17 00:00:00 2001 From: Jiaheng Hu Date: Fri, 26 Jun 2020 21:30:56 +0000 Subject: sys/linux: add faccessat2 Added the faccessat2 description (linux 5.8) (https://git.kernel.org/linus/c8ffd8bcdd28296a). --- sys/linux/seccomp_riscv64.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/seccomp_riscv64.const') diff --git a/sys/linux/seccomp_riscv64.const b/sys/linux/seccomp_riscv64.const index ca30b6f4c..41d117a26 100644 --- a/sys/linux/seccomp_riscv64.const +++ b/sys/linux/seccomp_riscv64.const @@ -7,7 +7,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_ID_VALID = 1074274562 +SECCOMP_IOCTL_NOTIF_ID_VALID = 2148016386 SECCOMP_IOCTL_NOTIF_RECV = 3226476800 SECCOMP_IOCTL_NOTIF_SEND = 3222806785 SECCOMP_SET_MODE_FILTER = 1 -- cgit mrf-deployment