Skip to main content

CAP_VARIABLES_READ

Constant CAP_VARIABLES_READ 

Source
pub const CAP_VARIABLES_READ: u32 = 0x01;
Expand description

Capability bitflag constants. Used by the host’s linker construction (src/plugin/linker.rs) to decide which host imports get the real implementation vs a deny-stub. Also used by the manager to parse plugins.toml capabilities = [...] allowlists.