aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket33346
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-02-26 15:17:12 -0500
committerNick Mathewson <nickm@torproject.org>2020-02-26 15:17:12 -0500
commitc81cb588db6c5176c7423b1a2f98218a8989b5dd (patch)
tree1077133b55547c213b1320cc2cc0d3597ff9b703 /changes/ticket33346
parentb9c7c61ea5233854ff83257a8bc530b7e0a50351 (diff)
downloadtor-c81cb588db6c5176c7423b1a2f98218a8989b5dd.tar.gz
tor-c81cb588db6c5176c7423b1a2f98218a8989b5dd.zip
Allow unlinkat() in the seccomp2 sandbox
Closes ticket 33346.
Diffstat (limited to 'changes/ticket33346')
-rw-r--r--changes/ticket333463
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.