diff options
| author | Jiaheng Hu <jiahengh@google.com> | 2020-06-26 21:30:56 +0000 |
|---|---|---|
| committer | Eric Biggers <ebiggers3@gmail.com> | 2020-06-29 13:44:45 -0700 |
| commit | 917afeaa705dfdebeebcd674db3bcba279241d5e (patch) | |
| tree | f8abe24c89932c5c021a6d440c342a06d64fdf54 /sys/linux/seccomp_riscv64.const | |
| parent | cc1e9bc12dd23755159935e93858fcfee121d94e (diff) | |
sys/linux: add faccessat2
Added the faccessat2 description (linux 5.8) (https://git.kernel.org/linus/c8ffd8bcdd28296a).
Diffstat (limited to 'sys/linux/seccomp_riscv64.const')
| -rw-r--r-- | sys/linux/seccomp_riscv64.const | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
