diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-19 13:52:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-19 13:52:19 -0400 |
commit | 71c701927a27723f0bc9009a044a4bdece55f361 (patch) | |
tree | b09434362ec5db4be4d7f448302d4e7f404be548 /src/common | |
parent | 493d9cd17b28ff97264502e19b5b2cbb61216721 (diff) | |
parent | 1c64133cb3b9656fc37c1d8c91e1b4225f889428 (diff) | |
download | tor-71c701927a27723f0bc9009a044a4bdece55f361.tar.gz tor-71c701927a27723f0bc9009a044a4bdece55f361.zip |
Merge branch 'maint-0.2.9' into maint-0.3.0
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/sandbox.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/sandbox.c b/src/common/sandbox.c index 9c0b7950bd..8b92558a91 100644 --- a/src/common/sandbox.c +++ b/src/common/sandbox.c @@ -136,6 +136,9 @@ static int filter_nopar_gen[] = { #ifdef HAVE_PIPE SCMP_SYS(pipe), #endif +#ifdef __NR_fchmod + SCMP_SYS(fchmod), +#endif SCMP_SYS(fcntl), SCMP_SYS(fstat), #ifdef __NR_fstat64 |