One granted scope of a mount (plan 12 §F): a backend-natural path prefix and the access mode there. The most specific (longest) matching rule governs a path.

interface MountRule {
    mode: "ro" | "rw";
    subtree: string;
}

Properties

Properties

mode: "ro" | "rw"
subtree: string