summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-07-21 09:24:27 -0400
committerNick Mathewson <nickm@torproject.org>2020-07-21 09:24:27 -0400
commit0e75fff9f155491f9614d31ab7c533ad237527d6 (patch)
tree10a48f3d4de34074869d5ebc15db1a9523d5b3d9 /changes
parent1642612c6edb27b4b777b14316c138f904a6f6b7 (diff)
parent95d4bff7849a1801085c1f28b3f7a54b3b814dd6 (diff)
downloadtor-0e75fff9f155491f9614d31ab7c533ad237527d6.tar.gz
tor-0e75fff9f155491f9614d31ab7c533ad237527d6.zip
Merge branch 'maint-0.4.4' into release-0.4.4
Diffstat (limited to 'changes')
-rw-r--r--changes/bug273156
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.