tor-error: Make KeystoreFsPermissions experimental for now

Let's defer this decision.
This commit is contained in:
Ian Jackson 2023-06-29 19:17:52 +01:00
parent effded7728
commit 69129bf2b4
1 changed files with 3 additions and 0 deletions

View File

@ -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,