summaryrefslogtreecommitdiff
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
commit068d092749508bae84e6d5fce605d2f40c1bdb80 (patch)
tree7f063b8cf4e73dc46deb6499b31a7b97c329675f /changes
parent1aa0ae2cc3547a35a44967ed56c1f78a42c076f8 (diff)
parent9f93bcd16d70b540c518acee56a440be12072ef7 (diff)
downloadtor-068d092749508bae84e6d5fce605d2f40c1bdb80.tar.gz
tor-068d092749508bae84e6d5fce605d2f40c1bdb80.zip
Merge branch 'maint-0.2.9' into maint-0.3.1
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.