Expand description
Contains a RuleSet for allowing base syscalls that all programs will need, and are not
dangerous for the most part.
Structsยง
- Basic
Capabilities - A
RuleSetallowing basic required syscalls to do things like allocate memory, and also a few that are used by Rust to set up panic handling and segfault handlers.