-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Local sandbox mode doesn't work on Linux #3653
Copy link
Copy link
Open
Labels
area:permissionsTool approval, security boundaries, sandbox mode, and directory restrictionsTool approval, security boundaries, sandbox mode, and directory restrictionsarea:platform-linuxLinux-specific: Wayland, X11, Ubuntu, Fedora, Alpine, ARM, terminal emulatorsLinux-specific: Wayland, X11, Ubuntu, Fedora, Alpine, ARM, terminal emulators
Metadata
Metadata
Assignees
Labels
area:permissionsTool approval, security boundaries, sandbox mode, and directory restrictionsTool approval, security boundaries, sandbox mode, and directory restrictionsarea:platform-linuxLinux-specific: Wayland, X11, Ubuntu, Fedora, Alpine, ARM, terminal emulatorsLinux-specific: Wayland, X11, Ubuntu, Fedora, Alpine, ARM, terminal emulators
Type
Fields
Give feedbackNo fields configured for Bug.
Describe the bug
https://github.blog/changelog/2026-06-02-cloud-and-local-sandboxes-for-github-copilot-now-in-public-preview/
While per my experiment on Linux, it doesn't work at all.
I start copilot from
/tmp, then/sandbox enable. I simply prepare a shell script, which contains one line to cat a file under my home directory:What I expect is the script run shall fail as the child process should inherit the sandbox access, which doesn't include the user's home directory.
Affected version
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
Additional context
No response