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§
- Resource
Limits - Resource limits for sandboxed execution
- Sandbox
- Security sandbox for Glyph program execution
Enums§
- Capability
- Security capabilities that can be granted to programs
- Sandbox
Error