diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-26 10:29:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-26 10:29:29 -0400 |
commit | 33606405e3070de6517690b1494f16c04524ce72 (patch) | |
tree | b199a5622716690986f49b13d9f042ef7125fd53 /changes | |
parent | eacfd2911274a7f6676509fc8173b66bd1264bc2 (diff) | |
parent | b5a6c03998d42147135385f21bd7b85a02385e0f (diff) | |
download | tor-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/feature25313 | 4 |
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. |