summaryrefslogtreecommitdiff
path: root/changes/ticket40382
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-05-07 13:11:00 -0400
committerNick Mathewson <nickm@torproject.org>2021-05-07 13:11:00 -0400
commit27e5e33d2ca35de89d1f365a460b0b58e924ef12 (patch)
treeacf5f70acbc2391785e13ad3df14427dec458e95 /changes/ticket40382
parent671b05edfc4c9d5fdc67b64a5723b74909ea8add (diff)
downloadtor-0.4.5.8.tar.gz
tor-0.4.5.8.zip
Fold in the last-minute fixes (0.4.5)tor-0.4.5.8
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.