diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-07-13 09:19:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-07-13 09:19:23 -0400 |
commit | c1bfa65211257e5efb89c5ebc534339d52fa77c4 (patch) | |
tree | 02b9707525b28df5587c1520c9e52fcfb22095b5 | |
parent | bb731ca665672c97aec7451921688381a2c8e9cb (diff) | |
download | tor-c1bfa65211257e5efb89c5ebc534339d52fa77c4.tar.gz tor-c1bfa65211257e5efb89c5ebc534339d52fa77c4.zip |
changes file for bug18397
-rw-r--r-- | changes/bug18397 | 7 |
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. |