Function fuse_backend_rs::api::vfs::validate_path_component

source ·
pub fn validate_path_component(name: &CStr) -> Result<()>
Expand description

Validate a path component. A well behaved FUSE client should never send dot, dotdot and path components containing slash (‘/’). The only exception is that LOOKUP might contain dot and dotdot to support NFS export.