diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-05-07 13:08:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-05-07 13:08:25 -0400 |
commit | e4f2b52debc727fc35806adc889227d8aaf975a8 (patch) | |
tree | 0c4f832eef86c1d1f3721ab99505c56398d038bb /changes | |
parent | 5acf18bfaa562cb1bba72caa196c195dff8e162e (diff) | |
parent | d85ef0d5e042b2f8693d6a104b8c97d58d0ed5f6 (diff) | |
download | tor-e4f2b52debc727fc35806adc889227d8aaf975a8.tar.gz tor-e4f2b52debc727fc35806adc889227d8aaf975a8.zip |
Merge branch 'maint-0.4.5' into maint-0.4.6
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40382 | 6 |
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. |