mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
sandbox: Permit rseq syscall as well
This was found to be necessary in conjunction with glibc 2.35 on Linux. Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
parent
dc90226cc3
commit
d422a66f87
1 changed files with 3 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue