diff options
author | David Goulet <dgoulet@torproject.org> | 2022-03-28 09:45:16 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-03-28 09:45:16 -0400 |
commit | d14af825ce9b2dbacdc11aa73340458bfef5b190 (patch) | |
tree | 24913122c841d8cd62a16a56c214989474dbd19d /changes | |
parent | 4e6e2aa05d9848494c9f8159eb969c8f9266b957 (diff) | |
parent | b882b8d5d4b6c76e41fdf316b58fc26330ec7198 (diff) | |
download | tor-d14af825ce9b2dbacdc11aa73340458bfef5b190.tar.gz tor-d14af825ce9b2dbacdc11aa73340458bfef5b190.zip |
Merge branch 'maint-0.4.5' into maint-0.4.6
Diffstat (limited to 'changes')
-rw-r--r-- | changes/clone3-sandbox | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/clone3-sandbox b/changes/clone3-sandbox new file mode 100644 index 0000000000..dac8fe72da --- /dev/null +++ b/changes/clone3-sandbox @@ -0,0 +1,3 @@ + o Minor features (linux seccomp2 sandbox): + - Permit the clone3 syscall, which is apparently used in glibc-2.34 and + later. Closes ticket 40590. |