Merge branch 'maint-0.4.4' into release-0.4.4
[tor.git] / changes / bug27315
blob8af3ac8559173dc2b2067db29c75acacfca9346f
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.