diff options
author | Cristian Toader <cristian.matei.toader@gmail.com> | 2013-07-24 17:15:57 +0300 |
---|---|---|
committer | Cristian Toader <cristian.matei.toader@gmail.com> | 2013-07-24 17:15:57 +0300 |
commit | abe082e7d03ad81d7f28d3f5c0070214aa525bfb (patch) | |
tree | ce2202713fbf3d7c40c5612d95c9642f9c859540 /src/common/sandbox.h | |
parent | 962d814e52beb8d3ca8c73f3ab48d8566778dcc5 (diff) | |
download | tor-abe082e7d03ad81d7f28d3f5c0070214aa525bfb.tar.gz tor-abe082e7d03ad81d7f28d3f5c0070214aa525bfb.zip |
dynamic parameter filter bug fixes
Diffstat (limited to 'src/common/sandbox.h')
-rw-r--r-- | src/common/sandbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/sandbox.h b/src/common/sandbox.h index b75161d93b..dc765c758e 100644 --- a/src/common/sandbox.h +++ b/src/common/sandbox.h @@ -81,6 +81,8 @@ typedef struct pfd_elem ParFilterDynamic; void sandbox_set_debugging_fd(int fd); int tor_global_sandbox(void); char* get_prot_param(char *param); +int add_dynamic_param_filter(char *syscall, char ptype, char pindex, + intptr_t val); #endif /* SANDBOX_H_ */ |