]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add some more ed25519 key files to the seccomp sandbox list
authorNick Mathewson <nickm@torproject.org>
Thu, 17 Dec 2015 19:56:24 +0000 (14:56 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 17 Dec 2015 19:56:24 +0000 (14:56 -0500)
Fixes bug 17675; bugfix on 0.2.7.3-alpha.

changes/bug17675 [new file with mode: 0644]
src/or/main.c

diff --git a/changes/bug17675 b/changes/bug17675
new file mode 100644 (file)
index 0000000..8326a0b
--- /dev/null
@@ -0,0 +1,4 @@
+  o Minor bugfixes (linux seccomp2 sandbox):
+    - Fix a crash when using offline master ed25519 keys with the
+      Linux seccomp2 sandbox enabled. Fixes bug 17675; bugfix on
+      0.2.7.3-alpha.
index 9b3dbb55869067026e810cbc370ea33c415abc25..46c679c83c47c0661611afa4bd6dc8e5ff7a353c 100644 (file)
@@ -3171,6 +3171,9 @@ sandbox_init_filter(void)
                          ".tmp");
     OPEN_DATADIR2_SUFFIX("keys", "ed25519_master_id_public_key", ".tmp");
     OPEN_DATADIR2_SUFFIX("keys", "ed25519_signing_secret_key", ".tmp");
+    OPEN_DATADIR2_SUFFIX("keys", "ed25519_signing_secret_key_encrypted",
+                         ".tmp");
+    OPEN_DATADIR2_SUFFIX("keys", "ed25519_signing_public_key", ".tmp");
     OPEN_DATADIR2_SUFFIX("keys", "ed25519_signing_cert", ".tmp");
 
     OPEN_DATADIR2_SUFFIX("stats", "bridge-stats", ".tmp");