14 lines
456 B
YAML
14 lines
456 B
YAML
# Live counterpart for the partial-Landlock snapshot overlay. It replaces only
|
|
# the sandbox provider; the authored scenario is skipped in record mode.
|
|
- id: base
|
|
name: '@cordisjs/plugin-include'
|
|
config:
|
|
path: ./cordis.yml
|
|
patches:
|
|
- id: sandbox
|
|
name: '@deepseek-ai/dsh-sandbox-local'
|
|
disabled: true
|
|
- insert:
|
|
- id: partial-landlock-sandbox
|
|
name: './tests/fixtures/partial-landlock-sandbox.ts'
|