]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Revert "Add hidserv-stats filname to our sandbox filter"
authorNick Mathewson <nickm@torproject.org>
Tue, 7 Feb 2017 14:28:50 +0000 (09:28 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 7 Feb 2017 14:28:50 +0000 (09:28 -0500)
Reverting this in 0.2.6 only -- we're no backporting
seccomp2-loosening fixes to 0.2.6.

This reverts commit 2ec5e24c58a08816ed2f09c8bd6301599bc2f2f7.

changes/bug17354 [deleted file]
src/or/main.c

diff --git a/changes/bug17354 b/changes/bug17354
deleted file mode 100644 (file)
index 53da007..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  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 df0cd1bee39711a68bac1d7be2a97da7e55d1bd2..e53922218d673294a4b8907c3181953e5b639f1b 100644 (file)
@@ -3018,7 +3018,6 @@ 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");