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
commit33606405e3070de6517690b1494f16c04524ce72 (patch)
treeb199a5622716690986f49b13d9f042ef7125fd53 /changes
parenteacfd2911274a7f6676509fc8173b66bd1264bc2 (diff)
parentb5a6c03998d42147135385f21bd7b85a02385e0f (diff)
downloadtor-33606405e3070de6517690b1494f16c04524ce72.tar.gz
tor-33606405e3070de6517690b1494f16c04524ce72.zip
Merge branch 'maint-0.3.2' into maint-0.3.3
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.