pub fn sandbox_exec(
registry: &LauncherRegistry,
launcher: &str,
request: &SandboxRequest,
cancellation: &ProcessCancellation,
) -> Result<SandboxResult>Expand description
Runs an untrusted request and rejects any completion lacking required proof.