mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
b9a43c8f43
Permit sched_yield() and sigaltstack() in the sandbox. Closes ticket 20063
7 lines
353 B
Plaintext
7 lines
353 B
Plaintext
o Minor bugfixes (Linux seccomp2 sandbox):
|
|
- Add permission to run the sched_yield() and sigaltstack() system
|
|
calls, in order to support versions of Tor compiled with
|
|
asan or ubsan code that use these calls. Now "sandbox 1" and
|
|
"--enable-expensive-hardening" should be compatible.
|
|
Fixes bug 20063; bugfix on 0.2.5.1-alpha.
|