Modules§
Structs§
Traits§
- Sandbox
- Isolates
exec/Mutatingactions. Backends are selectable per run.
Functions§
- default_
denied_ paths - The default set of paths that no sandbox is allowed to touch — matched as
path components, so any segment named
.git,.env,.ssh, etc. trips the guard. Kept in sync withPermissionConfig’s default denied paths. - path_
is_ denied - True if
path(after canonicalization fall-back) is inside or equal to any denied path underroot, matched by path components rather than substring.