浏览代码

Merge branch 'maint-0.4.2' into release-0.4.2

Nick Mathewson 4 年之前
父节点
当前提交
7b7aa4f070
共有 2 个文件被更改,包括 5 次插入0 次删除
  1. 4 0
      changes/bug32877
  2. 1 0
      src/lib/sandbox/sandbox.c

+ 4 - 0
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.

+ 1 - 0
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