Commit c4da0a50 authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Add fsync to list of syscalls permitted by sandbox

(Our fix for 33087 requires this, I believe.)
parent c2aea613
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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),