diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-04-09 08:33:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-04-09 08:33:36 -0400 |
commit | 25729910af31266f74e55f4a00ee86be188f92c3 (patch) | |
tree | 9b3ddf7164dbd9c558b3efbf8cde1567a5a587fa /src/lib | |
parent | 29693b83bcfef517469d3afe7a54195adf7f378f (diff) | |
parent | c4da0a5094e21241db8ce0d8b12c2e4272fa49ef (diff) | |
download | tor-25729910af31266f74e55f4a00ee86be188f92c3.tar.gz tor-25729910af31266f74e55f4a00ee86be188f92c3.zip |
Merge branch 'maint-0.4.3'
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/sandbox/sandbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/sandbox/sandbox.c b/src/lib/sandbox/sandbox.c index 1d2c40c753..626a4dc5a5 100644 --- 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), |