Crate glyph_sandbox

Crate glyph_sandbox 

Source
Expand description

Capability-based security sandbox for Glyph runtime

This crate enforces the capability-based security model for Glyph programs. Programs must declare required capabilities upfront, and the sandbox ensures that only authorized operations are executed.

Structs§

ResourceLimits
Resource limits for sandboxed execution
Sandbox
Security sandbox for Glyph program execution

Enums§

Capability
Security capabilities that can be granted to programs
SandboxError