Files
claude-code/examples/settings/settings-bash-sandbox.json

19 lines
442 B
JSON
Raw Normal View History

2026-01-30 16:57:26 -08:00
{
"allowManagedPermissionRulesOnly": true,
"sandbox": {
"enabled": true,
"autoAllowBashIfSandboxed": false,
"allowUnsandboxedCommands": false,
"excludedCommands": [],
"network": {
"allowUnixSockets": [],
2026-02-01 22:44:11 -08:00
"allowAllUnixSockets": false,
2026-01-30 16:57:26 -08:00
"allowLocalBinding": false,
2026-02-01 22:44:11 -08:00
"allowedDomains": [],
2026-01-30 16:57:26 -08:00
"httpProxyPort": null,
"socksProxyPort": null
},
"enableWeakerNestedSandbox": false
}
}