bug27315 394 B

123456
  1. o Minor bugfixes (linux seccomp2 sandbox):
  2. - Fix a regression on sandboxing rules for the openat() syscall.
  3. The fix for bug 25440 fixed the problem on systems with glibc >=
  4. 2.27 but broke tor on previous versions of glibc. We now apply
  5. the correct seccomp rule according to the running glibc version.
  6. Patch from Daniel Pinto. Fixes bug 27315; bugfix on 0.3.5.11.