]> git.ipfire.org Git - thirdparty/tor.git/commit
Sandbox: Permit the clone3 system call
authorNick Mathewson <nickm@torproject.org>
Sun, 27 Mar 2022 22:34:25 +0000 (18:34 -0400)
committerNick Mathewson <nickm@torproject.org>
Sun, 27 Mar 2022 22:34:25 +0000 (18:34 -0400)
commitde3872656a8d3a79ca3d5fc55f1b64c4862b4c8a
tree0b3b8806523fe2865e6df47ee7e625e8d1ea8b69
parent421ce94395ecf9cea65ab6c3841df8bcf0a48cbb
Sandbox: Permit the clone3 system call

Apparently glibc-2.34 uses clone3, when previously it just used
clone.

Closes ticket #40590.
changes/clone3-sandbox [new file with mode: 0644]
src/lib/sandbox/sandbox.c