docs(sandbox): align final runner evidence

This commit is contained in:
Hypatia May
2026-08-04 17:45:12 +08:00
parent ea762e3962
commit 8c72cd3a8f
6 changed files with 11 additions and 8 deletions

View File

@@ -1020,7 +1020,8 @@ export interface Config {
* Override the runner argv; bwrap-shaped profile arguments are appended. A
* non-empty override asserts full enforcement and skips built-in selection and
* probing. A runner that starts but refuses its profile must be identifiable by
* {@link runnerFailureSignatures}; spawn rejection remains a consumer-owned
* {@link runnerFailureSignatures}. Consumers classify spawn rejection; only
* attributable `ENOENT` or `EACCES` with runner argv[0] provenance becomes an
* infrastructure failure.
*/
runnerCommand?: string[]