sandbox: permit listen(2)

Fix for 12115; bugfix on 0.2.5.1-alpha
This commit is contained in:
Nick Mathewson
2014-05-27 19:28:12 -04:00
parent 14842de9a7
commit a056ffabbb
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor bugfixes (linux seccomp sandbox):
- Avoid crashing when re-opening listener ports with the seccomp
sandbox active. Fixes bug 12115; bugfix on 0.2.5.1-alpha.