summaryrefslogtreecommitdiff
path: root/changes/ticket40382
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-05-07 13:08:14 -0400
committerNick Mathewson <nickm@torproject.org>2021-05-07 13:08:14 -0400
commitd85ef0d5e042b2f8693d6a104b8c97d58d0ed5f6 (patch)
tree1a62e226784d301eb97ac464c3076702ef28174d /changes/ticket40382
parent7c86f34340acf7d8cf35501e71b03f2feba1245e (diff)
parentf5acfe67238a331bf8a6e94715163949999f27e7 (diff)
downloadtor-d85ef0d5e042b2f8693d6a104b8c97d58d0ed5f6.tar.gz
tor-d85ef0d5e042b2f8693d6a104b8c97d58d0ed5f6.zip
Merge branch 'ticket40382_045' into maint-0.4.5
Diffstat (limited to 'changes/ticket40382')
-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.