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
commitc68bfc556c7820ca3f3e01aa1ba0f8487b172fcd (patch)
treef2e5e412c0daf6ddf918043cedd8bd59c1b929fb /changes
parentd749f6b5f62731d42bdad5d60a413fdd7f120158 (diff)
parent33606405e3070de6517690b1494f16c04524ce72 (diff)
downloadtor-c68bfc556c7820ca3f3e01aa1ba0f8487b172fcd.tar.gz
tor-c68bfc556c7820ca3f3e01aa1ba0f8487b172fcd.zip
Merge branch '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.