Commit 69129bf2 authored by Ian Jackson's avatar Ian Jackson
Browse files

tor-error: Make KeystoreFsPermissions experimental for now

Let's defer this decision.
parent effded77
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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,