Let AF_UNIX connections through the sandbox

Fixes bug 15003; bugfix on 0.2.6.3-alpha.
This commit is contained in:
Nick Mathewson
2015-02-23 12:33:58 -05:00
parent 7a1a0a4cd7
commit 21ac0cd2af
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -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.