From 5446cb8d3d536e9bc737de6d9286bd4b4b185661 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 7 Feb 2017 09:28:50 -0500 Subject: [PATCH] Revert "Add hidserv-stats filname to our sandbox filter" Reverting this in 0.2.6 only -- we're no backporting seccomp2-loosening fixes to 0.2.6. This reverts commit 2ec5e24c58a08816ed2f09c8bd6301599bc2f2f7. --- changes/bug17354 | 4 ---- src/or/main.c | 1 - 2 files changed, 5 deletions(-) delete mode 100644 changes/bug17354 diff --git a/changes/bug17354 b/changes/bug17354 deleted file mode 100644 index 53da007fb..000000000 --- a/changes/bug17354 +++ /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. diff --git a/src/or/main.c b/src/or/main.c index df0cd1bee..e53922218 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -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");