Merge branch 'maint-0.4.5' into maint-0.4.6

This commit is contained in:
Nick Mathewson
2021-05-07 13:08:25 -04:00
2 changed files with 28 additions and 0 deletions
+6
View File
@@ -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.