From 69129bf2b4af9fdcd93a9a0d07d5e548733f708e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 29 Jun 2023 19:17:52 +0100 Subject: [PATCH] tor-error: Make KeystoreFsPermissions experimental for now Let's defer this decision. --- crates/tor-error/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/tor-error/src/lib.rs b/crates/tor-error/src/lib.rs index f47c1b10a..8c370bee6 100644 --- a/crates/tor-error/src/lib.rs +++ b/crates/tor-error/src/lib.rs @@ -233,6 +233,9 @@ pub enum ErrorKind { /// being too permissive; the next likeliest cause is that we were unable to /// check the permissions on the file or directory, or on one of its /// ancestors. + #[cfg(feature = "experimental-api")] + // TODO HSS: KeystoreFsPermissions + // See https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1315#note_2916498 #[display(fmt = "problem with keystore filesystem permissions")] KeystoreFsPermissions,