aboutsummaryrefslogtreecommitdiff
path: root/changes/bug15003
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-02-23 12:33:58 -0500
committerNick Mathewson <nickm@torproject.org>2015-02-23 12:35:20 -0500
commit21ac0cd2afb2275bfe89237c3aeb545fb7de537e (patch)
tree7ccb35e915e183b771ae4c904427fb4a77452339 /changes/bug15003
parent7a1a0a4cd7d8ccdc5c9a327762f736a4e8d0d6a9 (diff)
downloadtor-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/bug150033
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.