Skip to content

Commit 34f7173

Browse files
committed
seccomp: kernel 5.16 (futex_waitv)
Allow `futex_waitv` by default. See https://www.phoronix.com/scan.php?page=news_item&px=FUTEX2-futex-waiv-More-Archs Note: libseccomp does not cover kernel 5.16 at this moment: https://github.com/seccomp/libseccomp/blob/51b50f95e1fb717e4560818f8b90b7ebde314ad1/src/syscalls.csv Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent 8632bdc commit 34f7173

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/seccomp/seccomp_default.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
128128
"ftruncate64",
129129
"futex",
130130
"futex_time64",
131+
"futex_waitv",
131132
"futimesat",
132133
"getcpu",
133134
"getcwd",

0 commit comments

Comments
 (0)