commit 25729910af31266f74e55f4a00ee86be188f92c3
parent 29693b83bcfef517469d3afe7a54195adf7f378f
Author: Nick Mathewson <nickm@torproject.org>
Date: Thu, 9 Apr 2020 08:33:36 -0400
Merge branch 'maint-0.4.3'
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/lib/sandbox/sandbox.c b/src/lib/sandbox/sandbox.c
@@ -166,6 +166,7 @@ static int filter_nopar_gen[] = {
#ifdef __NR_fstat64
SCMP_SYS(fstat64),
#endif
+ SCMP_SYS(fsync),
SCMP_SYS(futex),
SCMP_SYS(getdents),
SCMP_SYS(getdents64),