]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add hidserv-stats filname to our sandbox filter
authorDavid Goulet <dgoulet@ev0ke.net>
Thu, 15 Oct 2015 17:38:12 +0000 (13:38 -0400)
committerDavid Goulet <dgoulet@ev0ke.net>
Thu, 15 Oct 2015 17:42:34 +0000 (13:42 -0400)
Fixes #17354

Signed-off-by: David Goulet <dgoulet@ev0ke.net>
changes/bug17354 [new file with mode: 0644]
src/or/main.c

diff --git a/changes/bug17354 b/changes/bug17354
new file mode 100644 (file)
index 0000000..53da007
--- /dev/null
@@ -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.
index e53922218d673294a4b8907c3181953e5b639f1b..df0cd1bee39711a68bac1d7be2a97da7e55d1bd2 100644 (file)
@@ -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");