Add fsync to list of syscalls permitted by sandbox

(Our fix for 33087 requires this, I believe.)
This commit is contained in:
Nick Mathewson 2020-04-09 08:33:11 -04:00
parent c2aea6134a
commit c4da0a5094

View File

@ -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),