mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
fbf2e7e921
When building with --enable-fragile-hardening, add or relax Linux seccomp rules to allow AddressSanitizer to execute normally if the process terminates with the sandbox active. Further resolves issue 11477.
9 lines
521 B
Plaintext
9 lines
521 B
Plaintext
o Minor bugfixes (fragile-hardening, sandbox):
|
|
- When building with --enable-fragile-hardening, add or relax Linux
|
|
seccomp rules to allow AddressSanitizer to execute normally if the
|
|
process terminates with the sandbox active. This has the side
|
|
effect of disabling the filtering of file- and directory-open
|
|
requests on most systems and dilutes the effectiveness of the
|
|
sandbox overall, as a wider range of system calls must be
|
|
permitted. Fixes bug 11477; bugfix on 0.2.5.4-alpha.
|