Loading changes/clone3-sandbox 0 → 100644 +3 −0 Original line number Diff line number Diff line o Minor features (linux seccomp2 sandbox): - Permit the clone3 syscall, which is apparently used in glibc-2.34 and later. Closes ticket 40590. src/lib/sandbox/sandbox.c +3 −0 Original line number Diff line number Diff line Loading @@ -152,6 +152,9 @@ static int filter_nopar_gen[] = { SCMP_SYS(close), SCMP_SYS(clone), SCMP_SYS(dup), #ifdef __NR_clone3 SCMP_SYS(clone3), #endif SCMP_SYS(epoll_create), SCMP_SYS(epoll_wait), #ifdef __NR_epoll_pwait Loading Loading
changes/clone3-sandbox 0 → 100644 +3 −0 Original line number Diff line number Diff line o Minor features (linux seccomp2 sandbox): - Permit the clone3 syscall, which is apparently used in glibc-2.34 and later. Closes ticket 40590.
src/lib/sandbox/sandbox.c +3 −0 Original line number Diff line number Diff line Loading @@ -152,6 +152,9 @@ static int filter_nopar_gen[] = { SCMP_SYS(close), SCMP_SYS(clone), SCMP_SYS(dup), #ifdef __NR_clone3 SCMP_SYS(clone3), #endif SCMP_SYS(epoll_create), SCMP_SYS(epoll_wait), #ifdef __NR_epoll_pwait Loading