Module builtins

Module builtins 

Source
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 RuleSet for allowing base syscalls that all programs will need, and are not dangerous for the most part.
danger_zone
Contains a RuleSet for allowing syscalls that may be dangerous.
network
Contains a RuleSet for allowing networking-related syscalls.
pipes
Contains a RuleSet for allowing pipes
systemio
Contains a RuleSet for allowing IO-related syscalls, like file opening, reading, and writing.
time
Contains a RuleSet for 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.