Sandbox bug - blocking shell
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- Shell
- Sterne
- 11.2k
- Forks
- 1.9k
- Ø Merge
- 14 Std. 16 Min.
- Gemergte PRs (30 T.)
- 6
Beschreibung
Describe the bug
Bug: sandbox.enabled: false is not honored — shell backend still initializes BaseContainer and fails with a WRITE_DAC error, making all shell execution impossible on Windows.
Version: 1.0.81-2 (win32-x64), Windows_NT. Config: ~/.copilot/settings.json shows "sandbox":{"enabled":false,...} .
Error on every shell/tool call: backend_unavailable: BaseContainer is unavailable; DACL fallback requires write-DAC permission on 'C:' (ERROR_ACCESS_DENIED, WRITE_DAC not granted) .
Repro: Set sandbox.enabled:false , /restart → shell still fails identically. Persisted ~8h across many restarts. Launching elevated crashes on start. icacls "C:\Program Files\nodejs" /reset advanced the failing path from C:\Program Files\nodejs → C:\ (the DACL fallback walks up the tree; BaseContainer never initializes).
Expected: With sandbox disabled, run commands directly with no container/DACL step. At minimum, fail with a clear, actionable message instead of attempting WRITE_DAC on C:\ .
Affected version
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
Additional context
No response
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Start by reproducing the issue on Windows with sandbox.enabled set to false in ~/.copilot/settings.json, then trace how that setting reaches the shell backend. Verify that disabled sandboxing avoids BaseContainer and DACL initialization, and that shell commands run without the WRITE_DAC failure or produce a clear actionable error.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- shell
- Bereich
- cli
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Aktiv
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 63/100