Skip to main content

Module capabilities

Module capabilities 

Source
Expand description

Canonical host-effect capability names shared by table-like backends.

Filesystem, search, edit, process, and HTTP host effects use these names as their canonical tokens. The alias helpers accept compatibility spellings for host grant files.

Functionsยง

edit
The capability gating in-place edit operations.
exec
The capability gating bounded host-process execution.
exec_aliases
Compatibility host-process aliases accepted by call sites.
find
The capability gating directory search operations.
fs_read
The capability gating read-only filesystem and directory access.
fs_read_aliases
Compatibility filesystem-read aliases accepted by call sites.
fs_write
The capability gating filesystem and directory mutation.
fs_write_aliases
Compatibility filesystem-write aliases accepted by call sites.
granted_capability_or_alias
Return the granted canonical capability or one of its accepted aliases.
net_http
The capability gating effectful HTTP access.
net_http_aliases
Compatibility HTTP/network aliases accepted by call sites.
require_with_aliases
Require a canonical capability, accepting compatibility aliases.