diff options
author | David Goulet <dgoulet@torproject.org> | 2020-11-17 10:36:05 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-11-17 10:36:05 -0500 |
commit | 7c06707750f549fc22b74bdba7b9743d7b536e19 (patch) | |
tree | 0bc38810315dc407dc3ffb67eae0abf5b978080d /src/app/main/main.c | |
parent | 6c610117819a99eb33403be08ed7a11567ca65f9 (diff) | |
parent | 0812ecd517af406aa82e5a5deddbbe799e9d8b49 (diff) | |
download | tor-7c06707750f549fc22b74bdba7b9743d7b536e19.tar.gz tor-7c06707750f549fc22b74bdba7b9743d7b536e19.zip |
Merge branch 'tor-gitlab/mr/182' into master
Diffstat (limited to 'src/app/main/main.c')
-rw-r--r-- | src/app/main/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/main/main.c b/src/app/main/main.c index 589d365add..31a6fa52ba 100644 --- a/src/app/main/main.c +++ b/src/app/main/main.c @@ -1080,6 +1080,7 @@ sandbox_init_filter(void) OPEN_DATADIR2_SUFFIX("stats", "buffer-stats", ".tmp"); OPEN_DATADIR2_SUFFIX("stats", "conn-stats", ".tmp"); OPEN_DATADIR2_SUFFIX("stats", "hidserv-stats", ".tmp"); + OPEN_DATADIR2_SUFFIX("stats", "hidserv-v3-stats", ".tmp"); OPEN_DATADIR("approved-routers"); OPEN_DATADIR_SUFFIX("fingerprint", ".tmp"); @@ -1105,6 +1106,7 @@ sandbox_init_filter(void) RENAME_SUFFIX2("stats", "buffer-stats", ".tmp"); RENAME_SUFFIX2("stats", "conn-stats", ".tmp"); RENAME_SUFFIX2("stats", "hidserv-stats", ".tmp"); + RENAME_SUFFIX2("stats", "hidserv-v3-stats", ".tmp"); RENAME_SUFFIX("hashed-fingerprint", ".tmp"); RENAME_SUFFIX("router-stability", ".tmp"); |