apply
CapabilitySet
required
The capability set defining what the process can access.
Behavior
- Validates all paths in the capability set exist
- Activates the appropriate OS sandbox mechanism
- Throws an error if sandboxing fails
Errors
Example
isSupported
boolean
true if sandboxing is available, false otherwise.Platform Support
Example
supportInfo
SupportInfoResult
Object containing platform support details.
SupportInfoResult
boolean
required
Whether sandboxing is supported.
string
required
Platform identifier:
"linux", "macos", or "unsupported".string
required
Human-readable description of the sandbox backend and any limitations.