bug18397 343 B

1234567
  1. o Minor bugfixes (Linux seccomp2 sandbox):
  2. - Add a few missing syscalls to the seccomp2 sandbox: sysinfo,
  3. getsockopt(SO_SNDBUF), and setsockopt(SO_SNDBUFFORCE). On
  4. some systems, these are required for Tor to start with
  5. "Sandbox 1" enabled.
  6. Fixes bug 18397; bugfix on 0.2.5.1-alpha. Patch from
  7. Daniel Pinto.