class LittleGhost::Sandbox::Capabilities

Describes the operations, network modes, and isolation mechanism a Sandbox backend implements. process_spawn permits child creation, process_spawn_denial means the backend can prohibit it for one session, and process_tree_ownership means descendants remain owned through cleanup. Capabilities are immutable and safe to expose to tools, but are not a security certification of the surrounding deployment.