Skip to main content

Module sandbox

Module sandbox 

Source
Expand description

Sandbox protocols for command execution and approval gates.

Separated from the VFS module because command execution, process management, and archive manipulation are distinct concerns from filesystem abstraction.

Re-exports§

pub use approval::ApprovalCallback;
pub use approval::ApprovalDecision;
pub use approval::ApprovalRequest;
pub use approval::AutoApproveCallback;
pub use approval::AutoDenyCallback;
pub use approval::RiskLevel;

Modules§

approval
Approval gates for risky operations.

Structs§

PipelineStage
A single stage in a command pipeline.

Traits§

SandboxProtocol
Sandbox protocol for command execution with isolation.

Type Aliases§

BaseSandbox
Abstract sandbox type returned by sandbox factory functions.