From c81cb588db6c5176c7423b1a2f98218a8989b5dd Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 26 Feb 2020 15:17:12 -0500 Subject: Allow unlinkat() in the seccomp2 sandbox Closes ticket 33346. --- changes/ticket33346 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/ticket33346 (limited to 'changes/ticket33346') 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. -- cgit v1.2.3-54-g00ecf