Skip to content

Commit bcfe8c1

Browse files
remyleoneCopilot
andauthored
Update .devcontainer/devcontainer.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1ba4f3f commit bcfe8c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"NODE_VERSION": "none"
1414
}
1515
},
16-
"runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],
16+
// Note: Avoid elevated container privileges by default, especially in CI.
17+
// If you *must* enable debugging that requires ptrace locally, you can
18+
// temporarily add:
19+
// "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],
1720

1821
// Set *default* container specific settings.json values on container create.
1922
"settings": {

0 commit comments

Comments
 (0)