commit b0725c964bac405359148f69bab81a6cfd330c28 Author: Cristian Toader cristian.matei.toader@gmail.com Date: Thu Jul 18 18:28:10 2013 +0300
git test.. --- src/common/sandbox.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/common/sandbox.c b/src/common/sandbox.c index f041012..c71d5d1 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},
tor-commits@lists.torproject.org