Loading changes/ticket40601 0 → 100644 +4 −0 Original line number Diff line number Diff line o Minor bugfixes (linux seccomp2 sandbox): - Allow the rseq system call in the sandbox. This solves a crash issue with glibc 2.35 on Linux. Patch from pmu-ipf. Fixes bug 40601; bugfix on 0.3.5.11. src/lib/sandbox/sandbox.c +3 −0 Original line number Diff line number Diff line Loading @@ -240,6 +240,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 Loading
changes/ticket40601 0 → 100644 +4 −0 Original line number Diff line number Diff line o Minor bugfixes (linux seccomp2 sandbox): - Allow the rseq system call in the sandbox. This solves a crash issue with glibc 2.35 on Linux. Patch from pmu-ipf. Fixes bug 40601; bugfix on 0.3.5.11.
src/lib/sandbox/sandbox.c +3 −0 Original line number Diff line number Diff line Loading @@ -240,6 +240,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