Permit setrlimit, prlimit, prlimit64 calls.
commit725e0c76e3df9d3ea4b861b3ff5279b23def4ef9
authorNick Mathewson <nickm@torproject.org>
Mon, 14 Mar 2016 17:21:16 +0000 (14 13:21 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 14 Mar 2016 17:21:16 +0000 (14 13:21 -0400)
tree8abc842c82a86ab3bf22301c4bafa03287579b9b
parent17cfdb358cae63477a120182784599dae0538cd7
Permit setrlimit, prlimit, prlimit64 calls.

We call setrlimit under some circumstances, and it can call prlimit
and prlimit64 under the hood.

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