Expand description
Built-in RuleSets
Re-exports§
pub use basic::BasicCapabilities;pub use systemio::SystemIO;pub use network::Networking;pub use time::Time;
Modules§
- basic
- Contains a
RuleSetfor allowing base syscalls that all programs will need, and are not dangerous for the most part. - danger_
zone - Contains a
RuleSetfor allowing syscalls that may be dangerous. - network
- Contains a
RuleSetfor allowing networking-related syscalls. - pipes
- Contains a
RuleSetfor allowing pipes - systemio
- Contains a
RuleSetfor allowing IO-related syscalls, like file opening, reading, and writing. - time
- Contains a
RuleSetfor allowing time-related syscalls, but check the comments for why you probably don’t actually need to enable them.
Structs§
- YesReally
- A struct whose purpose is to make you read the documentation for the function you’re calling. If you’re reading this, go read the documentation for the function that is returning this object.