mirror of
https://github.com/anthropics/claude-code.git
synced 2026-04-16 16:07:50 +00:00
17 lines
378 B
JSON
17 lines
378 B
JSON
|
|
{
|
||
|
|
"allowManagedPermissionRulesOnly": true,
|
||
|
|
"sandbox": {
|
||
|
|
"enabled": true,
|
||
|
|
"autoAllowBashIfSandboxed": false,
|
||
|
|
"allowUnsandboxedCommands": false,
|
||
|
|
"excludedCommands": [],
|
||
|
|
"network": {
|
||
|
|
"allowUnixSockets": [],
|
||
|
|
"allowLocalBinding": false,
|
||
|
|
"httpProxyPort": null,
|
||
|
|
"socksProxyPort": null
|
||
|
|
},
|
||
|
|
"enableWeakerNestedSandbox": false
|
||
|
|
}
|
||
|
|
}
|