mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Add fsync to list of syscalls permitted by sandbox
(Our fix for 33087 requires this, I believe.)
This commit is contained in:
parent
c2aea6134a
commit
c4da0a5094
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user