diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-06-13 08:26:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-06-13 08:36:43 -0400 |
commit | bbb1ffe5357e408aa63b16b8691ca938cd62216c (patch) | |
tree | 3ed69315c4a11f94e3befc1ccd140484d9539d3b /src/or/main.c | |
parent | 02dafc270c0104e894f4725c356594d12cb4b2a8 (diff) | |
download | tor-bbb1ffe5357e408aa63b16b8691ca938cd62216c.tar.gz tor-bbb1ffe5357e408aa63b16b8691ca938cd62216c.zip |
sandbox: Permit stat() of DataDir/stats
This is a fix for another case of 12064 that alphawolf just spotted.
There's already an 0.2.5.5 changelog entry for this.
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c index f7ad41e820..090503e07e 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -2941,6 +2941,7 @@ sandbox_init_filter(void) sandbox_cfg_allow_stat_filename_array(&cfg, get_datadir_fname("keys"), + get_datadir_fname("stats"), get_datadir_fname2("stats", "dirreq-stats"), NULL, 0 ); |