From: David Goulet Date: Thu, 15 Oct 2015 17:38:12 +0000 (-0400) Subject: Add hidserv-stats filname to our sandbox filter X-Git-Tag: tor-0.2.7.4-rc~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ec5e24c58a08816ed2f09c8bd6301599bc2f2f7;p=thirdparty%2Ftor.git Add hidserv-stats filname to our sandbox filter Fixes #17354 Signed-off-by: David Goulet --- diff --git a/changes/bug17354 b/changes/bug17354 new file mode 100644 index 0000000000..53da007fbb --- /dev/null +++ b/changes/bug17354 @@ -0,0 +1,4 @@ + o Minor bugfixes (sandbox): + - Add the "hidserv-stats" filename to our sandbox filter for the + HiddenServiceStatistics option to work properly. Fixes bug 17354; + bugfix on tor-0.2.6.2-alpha~54^2~1. Patch from David Goulet. diff --git a/src/or/main.c b/src/or/main.c index e53922218d..df0cd1bee3 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -3018,6 +3018,7 @@ sandbox_init_filter(void) RENAME_SUFFIX2("stats", "exit-stats", ".tmp"); RENAME_SUFFIX2("stats", "buffer-stats", ".tmp"); RENAME_SUFFIX2("stats", "conn-stats", ".tmp"); + RENAME_SUFFIX2("stats", "hidserv-stats", ".tmp"); RENAME_SUFFIX("hashed-fingerprint", ".tmp"); RENAME_SUFFIX("router-stability", ".tmp");