mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
8 lines
343 B
Plaintext
8 lines
343 B
Plaintext
o Minor bugfixes (Linux seccomp2 sandbox):
|
|
- Add a few missing syscalls to the seccomp2 sandbox: sysinfo,
|
|
getsockopt(SO_SNDBUF), and setsockopt(SO_SNDBUFFORCE). On
|
|
some systems, these are required for Tor to start with
|
|
"Sandbox 1" enabled.
|
|
Fixes bug 18397; bugfix on 0.2.5.1-alpha. Patch from
|
|
Daniel Pinto.
|