aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-03-20 08:22:28 -0400
committerNick Mathewson <nickm@torproject.org>2018-03-20 08:23:44 -0400
commit070eda5a21f580ee00ed64527ade4343b10e0fb6 (patch)
tree082b96b4a13b294799be8bb7daede44403ba463c /changes
parent3370b3cfef62cba8377285d95b232f810edde504 (diff)
downloadtor-070eda5a21f580ee00ed64527ade4343b10e0fb6.tar.gz
tor-070eda5a21f580ee00ed64527ade4343b10e0fb6.zip
Add the poll() syscall as permitted by the sandbox
Apparently, sometimes getpwnam will call this. Fixes bug 25513.
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.