Skip to content

Commit 6fee3be

Browse files
committed
seccomp: add rseq() to default list of syscalls to whitelist
Apparently glibc is going to call this implicitly soon, hence let's whitelist this by default. Fixes: #12127
1 parent acd142a commit 6fee3be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shared/seccomp-util.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
291291
"pause\0"
292292
"prlimit64\0"
293293
"restart_syscall\0"
294+
"rseq\0"
294295
"rt_sigreturn\0"
295296
"sched_yield\0"
296297
"set_robust_list\0"

0 commit comments

Comments
 (0)