diff options
author | George Kadianakis <desnacked@riseup.net> | 2020-07-01 12:55:02 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2020-07-01 12:55:02 +0300 |
commit | 1932a84ef523c9408907498c9148915760c90826 (patch) | |
tree | 7664f980eccceacfcf74fb0abe279bcdabd32d66 /changes | |
parent | 322abd4fd9ce7e3d60f10e1ef4d343c42d14a9ba (diff) | |
parent | 38208185be063cfe575f97b99b3270210fbd0a8c (diff) | |
download | tor-1932a84ef523c9408907498c9148915760c90826.tar.gz tor-1932a84ef523c9408907498c9148915760c90826.zip |
Merge branch 'maint-0.4.2' into maint-0.4.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket33346 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket33346 b/changes/ticket33346 new file mode 100644 index 0000000000..acbbae5169 --- /dev/null +++ b/changes/ticket33346 @@ -0,0 +1,3 @@ + o Minor features (linux seccomp2 sandbox): + - Permit the unlinkat() syscall, which some Libc implementations + use to implement unlink(). Closes ticket 33346. |