diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-14 14:09:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-14 14:09:43 -0400 |
commit | f930824914a1ebf10f502543dbc8bf598be19c3c (patch) | |
tree | 960c7058210fa35cea3e46c1194b94037c65047a | |
parent | dd7c99961774c19c6042100e660104c687ad6e22 (diff) | |
download | tor-f930824914a1ebf10f502543dbc8bf598be19c3c.tar.gz tor-f930824914a1ebf10f502543dbc8bf598be19c3c.zip |
Changes file for bug18253
-rw-r--r-- | changes/bug18253 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug18253 b/changes/bug18253 new file mode 100644 index 0000000000..56bc701780 --- /dev/null +++ b/changes/bug18253 @@ -0,0 +1,3 @@ + o Minor bugfixes (linux seccomp2 sandbox): + - Fix the sandbox's interoprability with unix sockets under setuid. + Fixes bug 18253; bugfix on 0.2.8.1-alpha. |