summaryrefslogtreecommitdiff
path: root/src/common/sandbox.h
diff options
context:
space:
mode:
authorCristian Toader <cristian.matei.toader@gmail.com>2013-07-23 14:01:53 +0300
committerCristian Toader <cristian.matei.toader@gmail.com>2013-07-23 14:01:53 +0300
commitc15d09293bdfc90e94ef34369205cc6db9882607 (patch)
tree731d7823614074c90ee0bbe2d70c1a7d4860a177 /src/common/sandbox.h
parent8b12170f23f4042610b3574b8edf3794fef245b4 (diff)
downloadtor-c15d09293bdfc90e94ef34369205cc6db9882607.tar.gz
tor-c15d09293bdfc90e94ef34369205cc6db9882607.zip
added experimental support for open syscall path param
Diffstat (limited to 'src/common/sandbox.h')
-rw-r--r--src/common/sandbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/sandbox.h b/src/common/sandbox.h
index de5699e342..b973d9716e 100644
--- a/src/common/sandbox.h
+++ b/src/common/sandbox.h
@@ -32,7 +32,7 @@
#define __USE_GNU
#include <sys/ucontext.h>
-#define MAX_PARAM_LEN 32
+#define MAX_PARAM_LEN 64
#define PARAM_PTR 0
#define PARAM_NUM 1