diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-02-23 12:33:58 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-23 12:35:20 -0500 |
commit | 21ac0cd2afb2275bfe89237c3aeb545fb7de537e (patch) | |
tree | 7ccb35e915e183b771ae4c904427fb4a77452339 /changes/bug15003 | |
parent | 7a1a0a4cd7d8ccdc5c9a327762f736a4e8d0d6a9 (diff) | |
download | tor-21ac0cd2afb2275bfe89237c3aeb545fb7de537e.tar.gz tor-21ac0cd2afb2275bfe89237c3aeb545fb7de537e.zip |
Let AF_UNIX connections through the sandbox
Fixes bug 15003; bugfix on 0.2.6.3-alpha.
Diffstat (limited to 'changes/bug15003')
-rw-r--r-- | changes/bug15003 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug15003 b/changes/bug15003 new file mode 100644 index 0000000000..2dcce74dfe --- /dev/null +++ b/changes/bug15003 @@ -0,0 +1,3 @@ + o Major bugfixes (linux seccomp2 sandbox): + - Allow AF_UNIX hidden services to be used with the seccomp2 sandbox. + Fixes bug 15003; bugfix on 0.2.6.3-alpha. |