summaryrefslogtreecommitdiff
path: root/changes/ticket40382
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-05-07 13:10:19 -0400
committerNick Mathewson <nickm@torproject.org>2021-05-07 13:10:19 -0400
commita980597a6717a23a6a4ca9fb3d3708bc62b74c85 (patch)
tree325a0e3da5a45964d4be4ea72a672d5cc0d24d79 /changes/ticket40382
parentdd8ed19e95974df5ebbf19bc2af389bf300525d8 (diff)
downloadtor-a980597a6717a23a6a4ca9fb3d3708bc62b74c85.tar.gz
tor-a980597a6717a23a6a4ca9fb3d3708bc62b74c85.zip
Fold in the last-minute fixestor-0.4.6.3-rc
Diffstat (limited to 'changes/ticket40382')
-rw-r--r--changes/ticket403826
1 files changed, 0 insertions, 6 deletions
diff --git a/changes/ticket40382 b/changes/ticket40382
deleted file mode 100644
index 5ac1b771b9..0000000000
--- a/changes/ticket40382
+++ /dev/null
@@ -1,6 +0,0 @@
- 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.