Skip to content
Snippets Groups Projects

sandbox: Permit rseq syscall as well

Closed Peter Müller requested to merge pmu-ipf/tor:pmu-ipf-main-patch-43700 into main
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -238,6 +238,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