Merge branch 'tor-github/pr/1766' into maint-0.3.5

This commit is contained in:
George Kadianakis
2020-07-01 12:54:29 +03:00
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -269,6 +269,9 @@ static int filter_nopar_gen[] = {
SCMP_SYS(recvfrom),
SCMP_SYS(sendto),
SCMP_SYS(unlink),
#ifdef __NR_unlinkat
SCMP_SYS(unlinkat),
#endif
SCMP_SYS(poll)
};