Skip to content
Snippets Groups Projects
Commit d422a66f authored by Peter Müller's avatar Peter Müller Committed by Alexander Hansen Færøy
Browse files

sandbox: Permit rseq syscall as well


This was found to be necessary in conjunction with glibc 2.35 on Linux. 

Signed-off-by: default avatarPeter Müller <peter.mueller@ipfire.org>
parent dc90226c
Branches ticket40509_035_01
No related tags found
No related merge requests found
......@@ -227,6 +227,9 @@ static int filter_nopar_gen[] = {
#endif
SCMP_SYS(read),
SCMP_SYS(rt_sigreturn),
#ifdef __NR_rseq
SCMP_SYS(rseq),
#endif
SCMP_SYS(sched_getaffinity),
#ifdef __NR_sched_yield
SCMP_SYS(sched_yield),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment