Fix running with the seccomp2 sandbox

We had a regression in 0.2.6.3-alpha when we stopped saying
IPPROTO_TCP to socket().  Fixes bug 14989, bugfix on 0.2.6.3-alpha.
This commit is contained in:
Nick Mathewson
2015-02-23 12:16:08 -05:00
parent 7a1a0a4cd7
commit f1fa85ea73
2 changed files with 9 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
o Major bugfixes (Linux seccomp2 sandbox):
- Pass IPPROTO_TCP rather than 0 to socket(), so that the
Linux seccomp2 sandbox doesn't fail. Fixes bug 14989;
bugfix on 0.2.6.3-alpha.