mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 14:43:46 +01:00
465982012c
None of the things we might exec() can possibly run under the sanbox, so rather than crash later, we have to refuse to accept the configuration nice and early. The longer-term solution is to have an exec() helper, but wow is that risky. fixes 12043; bugfix on 0.2.5.1-alpha
5 lines
241 B
Plaintext
5 lines
241 B
Plaintext
o Minor bugfixes (linux syscall sandboxing):
|
|
- Do not allow options which would require us to call exec to be
|
|
enabled along with the seccomp2 sandbox: they will inevitably
|
|
crash. Fix for bug 12043; bugfix on 0.2.5.1-alpha.
|