mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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:
@@ -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.
|
||||
Reference in New Issue
Block a user