summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-07-13 09:19:35 -0400
committerNick Mathewson <nickm@torproject.org>2016-07-13 09:19:35 -0400
commit9932544297e02dc4f79d70317f214bcbb2dd8e9a (patch)
tree278aeea0af6549f4743fe496df0f28b23533bbbb /changes
parent3ac434104af0a40e75bfb5116046eae1cd51f6d3 (diff)
parentc1bfa65211257e5efb89c5ebc534339d52fa77c4 (diff)
downloadtor-9932544297e02dc4f79d70317f214bcbb2dd8e9a.tar.gz
tor-9932544297e02dc4f79d70317f214bcbb2dd8e9a.zip
Merge branch 'maint-0.2.8'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug183977
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug18397 b/changes/bug18397
new file mode 100644
index 0000000000..53993da4e6
--- /dev/null
+++ b/changes/bug18397
@@ -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.