diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-05-22 19:56:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-05-22 19:56:56 -0400 |
commit | ffc1fde01fb4fc752aa54de0282cf027bdb738cf (patch) | |
tree | 3864849d8cab337f95824ee4b43492d6fc8c2f9c /src/or/control.h | |
parent | 1356ef1176099bf56d047fbdc817a99fc1ed76ea (diff) | |
download | tor-ffc1fde01fb4fc752aa54de0282cf027bdb738cf.tar.gz tor-ffc1fde01fb4fc752aa54de0282cf027bdb738cf.zip |
sandbox: allow access to cookie files, approved-routers
fixes part of 12064
Diffstat (limited to 'src/or/control.h')
-rw-r--r-- | src/or/control.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/control.h b/src/or/control.h index 988c171d7f..68a6c244d0 100644 --- a/src/or/control.h +++ b/src/or/control.h @@ -85,6 +85,7 @@ int control_event_buildtimeout_set(buildtimeout_set_event_t type, int control_event_signal(uintptr_t signal); int init_control_cookie_authentication(int enabled); +char *get_controller_cookie_file_name(void); smartlist_t *decode_hashed_passwords(config_line_t *passwords); void disable_control_logging(void); void enable_control_logging(void); |