]> git.ipfire.org Git - thirdparty/tor.git/commit
Add the poll() syscall as permitted by the sandbox
authorNick Mathewson <nickm@torproject.org>
Tue, 20 Mar 2018 12:22:28 +0000 (08:22 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 20 Mar 2018 12:23:44 +0000 (08:23 -0400)
commit070eda5a21f580ee00ed64527ade4343b10e0fb6
tree082b96b4a13b294799be8bb7daede44403ba463c
parent3370b3cfef62cba8377285d95b232f810edde504
Add the poll() syscall as permitted by the sandbox

Apparently, sometimes getpwnam will call this.

Fixes bug 25513.
changes/feature25313 [new file with mode: 0644]
src/common/sandbox.c