aboutsummaryrefslogtreecommitdiff
path: root/src/common/sandbox.h
diff options
context:
space:
mode:
authorCristian Toader <cristian.matei.toader@gmail.com>2013-07-30 19:09:28 +0300
committerCristian Toader <cristian.matei.toader@gmail.com>2013-07-30 19:25:56 +0300
commit871e5b35a89ae02f92b64af0afb058fae9c41f43 (patch)
tree82be007fdb2d21a6548b82ed40aa4254f4511069 /src/common/sandbox.h
parent8022def6f05bf40e1c6e0fd15d77ed0ecf5c3406 (diff)
downloadtor-871e5b35a89ae02f92b64af0afb058fae9c41f43.tar
tor-871e5b35a89ae02f92b64af0afb058fae9c41f43.tar.gz
small filter changes; openat as separate function
Diffstat (limited to 'src/common/sandbox.h')
-rw-r--r--src/common/sandbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/sandbox.h b/src/common/sandbox.h
index 104d832bc..dbf743e20 100644
--- a/src/common/sandbox.h
+++ b/src/common/sandbox.h
@@ -86,6 +86,7 @@ const char* sandbox_intern_string(const char *param);
sandbox_cfg_t * sandbox_cfg_new();
int sandbox_cfg_allow_open_filename(sandbox_cfg_t **cfg, char *file);
+int sandbox_cfg_allow_openat_filename(sandbox_cfg_t **cfg, char *file);
int sandbox_init(sandbox_cfg_t* cfg);
#endif /* SANDBOX_H_ */