Module basic

Module basic 

Source
Expand description

Contains a RuleSet for allowing base syscalls that all programs will need, and are not dangerous for the most part.

Structsยง

BasicCapabilities
A RuleSet allowing 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.