diff options
author | Cristian Toader <cristian.matei.toader@gmail.com> | 2013-07-18 18:28:10 +0300 |
---|---|---|
committer | Cristian Toader <cristian.matei.toader@gmail.com> | 2013-07-18 18:28:10 +0300 |
commit | b0725c964bac405359148f69bab81a6cfd330c28 (patch) | |
tree | 57481a045f6fb3565e95b141a066f1d670105382 | |
parent | e7e2efb717ecefbf7b6eb92760ff272cca0b6eee (diff) | |
download | tor-b0725c964bac405359148f69bab81a6cfd330c28.tar tor-b0725c964bac405359148f69bab81a6cfd330c28.tar.gz |
git test..
-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 f041012f2..c71d5d1bc 100644 --- a/src/common/sandbox.c +++ b/src/common/sandbox.c @@ -32,6 +32,7 @@ #include <signal.h> #include <unistd.h> +// GIT TEST static ParFilter param_filter[] = { // Example entries {SCMP_SYS(execve), "/usr/local/bin/tor", 0}, |