sandbox: allow access to cookie files, approved-routers

fixes part of 12064
This commit is contained in:
Nick Mathewson
2014-05-22 19:56:56 -04:00
parent 1356ef1176
commit ffc1fde01f
4 changed files with 26 additions and 5 deletions
+1
View File
@@ -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);