diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-01-17 12:41:56 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-01-17 12:41:56 -0500 |
commit | 9be105f94badd2a9ab1674b3c2b427df33426ecd (patch) | |
tree | 35a3710d2ad5197c5034d5ab8677295fefafaef1 /src/common/sandbox.c | |
parent | 8a49fac9e0e201d0d1774c066bc6984ed7773401 (diff) | |
download | tor-9be105f94badd2a9ab1674b3c2b427df33426ecd.tar.gz tor-9be105f94badd2a9ab1674b3c2b427df33426ecd.zip |
whitespace fixes
Diffstat (limited to 'src/common/sandbox.c')
-rw-r--r-- | src/common/sandbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/sandbox.c b/src/common/sandbox.c index 0b67b18973..dec6bfeea5 100644 --- a/src/common/sandbox.c +++ b/src/common/sandbox.c @@ -411,7 +411,6 @@ sb_socket(scmp_filter_ctx ctx, sandbox_cfg_t *filter) if (rc) return rc; - rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(socket), 3, SCMP_CMP(0, SCMP_CMP_EQ, PF_INET), SCMP_CMP(1, SCMP_CMP_EQ, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK), |