diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-10-31 13:58:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-10-31 13:58:33 -0400 |
commit | b76a161e019dd808119f9e6d3bfa54990e7dcb2c (patch) | |
tree | 77e7fad14217bafdb36b9f9bfd30ee9d29e33ea7 /src/common/sandbox.c | |
parent | 1f9764f90dfaf31abfb9ffb44601cf98f3d5a67e (diff) | |
parent | ade9baaf9b40c419f3ddefe6c8ee8f2c5ec8edce (diff) | |
download | tor-b76a161e019dd808119f9e6d3bfa54990e7dcb2c.tar.gz tor-b76a161e019dd808119f9e6d3bfa54990e7dcb2c.zip |
Merge branch 'fix-torrcd-sandbox-22605v2'
Diffstat (limited to 'src/common/sandbox.c')
-rw-r--r-- | src/common/sandbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/sandbox.c b/src/common/sandbox.c index 931837e767..8cb78bd28e 100644 --- a/src/common/sandbox.c +++ b/src/common/sandbox.c @@ -151,6 +151,7 @@ static int filter_nopar_gen[] = { SCMP_SYS(fstat64), #endif SCMP_SYS(futex), + SCMP_SYS(getdents), SCMP_SYS(getdents64), SCMP_SYS(getegid), #ifdef __NR_getegid32 |