aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-03-26 10:29:29 -0400
committerNick Mathewson <nickm@torproject.org>2018-03-26 10:29:29 -0400
commitb5a6c03998d42147135385f21bd7b85a02385e0f (patch)
tree52caa9d272589270444e29e0362a572fc0ee4732 /changes
parent66d3120634ad3daffc3394b05ad5f9ef9716c18a (diff)
parent068d092749508bae84e6d5fce605d2f40c1bdb80 (diff)
downloadtor-b5a6c03998d42147135385f21bd7b85a02385e0f.tar.gz
tor-b5a6c03998d42147135385f21bd7b85a02385e0f.zip
Merge branch 'maint-0.3.1' into maint-0.3.2
Diffstat (limited to 'changes')
-rw-r--r--changes/feature253134
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/feature25313 b/changes/feature25313
new file mode 100644
index 0000000000..90f421169f
--- /dev/null
+++ b/changes/feature25313
@@ -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.