commit 16e94dc7a70e90fe7a1617ffeef817f3394fe382
parent 5dbb607e9472ee7fb42091ae7dc0c7f2550c4425
Author: Nick Mathewson <nickm@torproject.org>
Date: Mon, 6 Jan 2020 08:06:54 -0500
Merge branch 'maint-0.4.1' into maint-0.4.2
Diffstat:
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/changes/bug32877 b/changes/bug32877
@@ -0,0 +1,4 @@
+o Minor bugfixes (linux seccomp sandbox):
+ - Fix crash when reloading logging configuration while the
+ experimental sandbox is enabled. Fixes bug 29150; bugfix
+ on 0.4.1.7. Patch by Peter Gerber.
diff --git a/src/lib/sandbox/sandbox.c b/src/lib/sandbox/sandbox.c
@@ -143,6 +143,7 @@ static int filter_nopar_gen[] = {
SCMP_SYS(clock_gettime),
SCMP_SYS(close),
SCMP_SYS(clone),
+ SCMP_SYS(dup),
SCMP_SYS(epoll_create),
SCMP_SYS(epoll_wait),
#ifdef __NR_epoll_pwait