Merge branch 'maint-0.4.3' into maint-0.4.4

This commit is contained in:
George Kadianakis
2020-07-01 12:55:03 +03:00
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -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.