diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-07-21 09:24:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-21 09:24:15 -0400 |
commit | 95d4bff7849a1801085c1f28b3f7a54b3b814dd6 (patch) | |
tree | 15a43469971017ffc932d0c0859d21074875a59e /changes | |
parent | 09601c3c4d468fdafa7aa290dd2b2949bdc5e7e0 (diff) | |
parent | d75e7daaab311df0c69428ff68fa5b95d819bb2c (diff) | |
download | tor-95d4bff7849a1801085c1f28b3f7a54b3b814dd6.tar.gz tor-95d4bff7849a1801085c1f28b3f7a54b3b814dd6.zip |
Merge remote-tracking branch 'tor-gitlab/mr/67' into maint-0.4.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27315 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug27315 b/changes/bug27315 new file mode 100644 index 0000000000..8af3ac8559 --- /dev/null +++ b/changes/bug27315 @@ -0,0 +1,6 @@ + o Minor bugfixes (linux seccomp2 sandbox): + - Fix a regression on sandboxing rules for the openat() syscall. + The fix for bug 25440 fixed the problem on systems with glibc >= + 2.27 but broke tor on previous versions of glibc. We now apply + the correct seccomp rule according to the running glibc version. + Patch from Daniel Pinto. Fixes bug 27315; bugfix on 0.3.5.11. |