mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
1e98d56617
M_SYSCALL is used to report information about a sandbox violation, but when we don't have a definition for it, it still makes sense to compile. Closes ticket 34382.
7 lines
329 B
Plaintext
7 lines
329 B
Plaintext
o Minor features (Linux seccomp2 sandbox, compilation):
|
|
- Allow Tor to build on platforms where it doesn't know how to
|
|
report which syscall had caused the linux seccomp2 sandbox
|
|
to fail. This change should make the sandbox code more portable
|
|
to less common Linux architectures.
|
|
Closes ticket 34382.
|