diff options
author | David Goulet <dgoulet@torproject.org> | 2020-06-25 13:35:34 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-06-25 13:35:34 -0400 |
commit | 374626c09b8c3f5752a99eeee16ac8654cf531a1 (patch) | |
tree | b976e697474eede05f2dd0455ed6c08b36776adb /src/app | |
parent | dc4f3a219fd5c30f669f10fc72a666d2c17d6cfb (diff) | |
parent | 7b2ab93f6571a40791301e5d923bcf5d88a76df1 (diff) | |
download | tor-374626c09b8c3f5752a99eeee16ac8654cf531a1.tar.gz tor-374626c09b8c3f5752a99eeee16ac8654cf531a1.zip |
Merge branch 'tor-github/pr/1917'
Diffstat (limited to 'src/app')
-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 32c34ea821..e6fa789a7d 100644 --- a/src/app/main/main.c +++ b/src/app/main/main.c @@ -1053,12 +1053,14 @@ sandbox_init_filter(void) OPEN_DATADIR("approved-routers"); OPEN_DATADIR_SUFFIX("fingerprint", ".tmp"); + OPEN_DATADIR_SUFFIX("fingerprint-ed25519", ".tmp"); OPEN_DATADIR_SUFFIX("hashed-fingerprint", ".tmp"); OPEN_DATADIR_SUFFIX("router-stability", ".tmp"); OPEN("/etc/resolv.conf"); RENAME_SUFFIX("fingerprint", ".tmp"); + RENAME_SUFFIX("fingerprint-ed25519", ".tmp"); RENAME_KEYDIR_SUFFIX("secret_onion_key_ntor", ".tmp"); RENAME_KEYDIR_SUFFIX("secret_id_key", ".tmp"); |