aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-05-07 13:08:25 -0400
committerNick Mathewson <nickm@torproject.org>2021-05-07 13:08:25 -0400
commit4e62c171144c1b4a1cb1447d86a177655f90c0b6 (patch)
tree2b4d84cf6815d2641cdf94914fd7fd9e4104b971 /changes
parenta4c8591c351358e18897f038efbea27cfd295ce6 (diff)
parente4f2b52debc727fc35806adc889227d8aaf975a8 (diff)
downloadtor-4e62c171144c1b4a1cb1447d86a177655f90c0b6.tar.gz
tor-4e62c171144c1b4a1cb1447d86a177655f90c0b6.zip
Merge branch 'maint-0.4.6'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket403826
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket40382 b/changes/ticket40382
new file mode 100644
index 0000000000..5ac1b771b9
--- /dev/null
+++ b/changes/ticket40382
@@ -0,0 +1,6 @@
+ o Minor features (compatibility, Linux seccomp sandbox):
+ - Add a workaround to enable the Linux sandbox to work correctly
+ on systems running Glibc 2.33. These versions have started
+ using the fstatat() system call, which previously our sandbox did not
+ allow.
+ Closes ticket 40382; see the ticket for a discussion of tradeoffs.