//! Helpers for [`fs-mistrust`](fs_mistrust) configuration.
use ext;
use ;
use crateConfigBuildError;
/// The environment variable we look at when deciding whether to disable FS permissions checking.
pub const FS_PERMISSIONS_CHECKS_DISABLE_VAR: &str = "ARTI_FS_DISABLE_PERMISSION_CHECKS";
/// Extension trait for `MistrustBuilder` to convert the error type on
/// build.
pub