]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for bug18397
authorNick Mathewson <nickm@torproject.org>
Wed, 13 Jul 2016 13:19:23 +0000 (09:19 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 13 Jul 2016 13:19:23 +0000 (09:19 -0400)
changes/bug18397 [new file with mode: 0644]

diff --git a/changes/bug18397 b/changes/bug18397
new file mode 100644 (file)
index 0000000..53993da
--- /dev/null
@@ -0,0 +1,7 @@
+  o Minor bugfixes (Linux seccomp2 sandbox):
+    - Add a few missing syscalls to the seccomp2 sandbox: sysinfo,
+      getsockopt(SO_SNDBUF), and setsockopt(SO_SNDBUFFORCE). On
+      some systems, these are required for Tor to start with
+      "Sandbox 1" enabled.
+      Fixes bug 18397; bugfix on 0.2.5.1-alpha. Patch from
+      Daniel Pinto.