Skip to content
1 min read · 119 words

Interface: SandboxedExecutorOptions

Defined in: src/batteries/sandbox/executor.ts:18

Configuration for the sandboxed binary executor.

Properties

PropertyModifierTypeDescriptionDefined in
bypass?readonly(cmd: string) => booleanCommand-only opt-out. This is deliberately never passed argv to the predicate.src/batteries/sandbox/executor.ts:24
innerreadonlyBinaryExecutorUnderlying executor receiving the wrapped invocation.src/batteries/sandbox/executor.ts:22
onSandbox?readonlySandboxEventSinkLoud audit sink; bypass is observability, not enforcement.src/batteries/sandbox/executor.ts:26
sandboxreadonlyBinarySandboxCommand wrapper used for non-bypassed invocations.src/batteries/sandbox/executor.ts:20