
This is an automated email from the git hooks/post-receive script. dgoulet pushed a commit to branch main in repository tor. commit b882b8d5d4b6c76e41fdf316b58fc26330ec7198 Merge: 3dee8a597f de3872656a Author: David Goulet <dgoulet@torproject.org> AuthorDate: Mon Mar 28 09:44:31 2022 -0400 Merge branch 'tor-gitlab/mr/556' into maint-0.4.5 changes/clone3-sandbox | 3 +++ src/lib/sandbox/sandbox.c | 3 +++ 2 files changed, 6 insertions(+) diff --cc src/lib/sandbox/sandbox.c index fc90dbe062,df676fad2f..e6e556eb59 --- a/src/lib/sandbox/sandbox.c +++ b/src/lib/sandbox/sandbox.c @@@ -151,7 -144,9 +151,10 @@@ static int filter_nopar_gen[] = SCMP_SYS(clock_gettime), 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 -- To stop receiving notification emails like this one, please contact the administrator of this repository.