Merge branch 'maint-0.3.3'

This commit is contained in:
Nick Mathewson
2018-03-26 10:29:29 -04:00
2 changed files with 6 additions and 21 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (sandbox):
- Explicitly permit the poll() system call when the Linux seccomp2-based
sandbox is enabled: apparently, some versions of libc use poll() when
calling getpwnam(). Closes ticket 25313.