[][src]Function sandboxfs::mount

pub fn mount(
    mount_point: &Path,
    options: &[&str],
    mappings: &[Mapping],
    ttl: Timespec,
    cache: ArcCache,
    xattrs: bool,
    input: File,
    output: File,
    threads: usize
) -> Fallible<()>

Mounts a new sandboxfs instance on the given mount_point and maps all mappings within it.