diff options
author | Cristian Toader <cristian.matei.toader@gmail.com> | 2013-07-30 19:09:28 +0300 |
---|---|---|
committer | Cristian Toader <cristian.matei.toader@gmail.com> | 2013-07-30 19:25:56 +0300 |
commit | 871e5b35a89ae02f92b64af0afb058fae9c41f43 (patch) | |
tree | 82be007fdb2d21a6548b82ed40aa4254f4511069 /src/common/sandbox.h | |
parent | 8022def6f05bf40e1c6e0fd15d77ed0ecf5c3406 (diff) | |
download | tor-871e5b35a89ae02f92b64af0afb058fae9c41f43.tar.gz tor-871e5b35a89ae02f92b64af0afb058fae9c41f43.zip |
small filter changes; openat as separate function
Diffstat (limited to 'src/common/sandbox.h')
-rw-r--r-- | src/common/sandbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/sandbox.h b/src/common/sandbox.h index 104d832bc1..dbf743e206 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_ */ |