mirror of
https://github.com/anthropics/claude-code.git
synced 2026-02-19 04:27:33 -08:00
19 lines
442 B
JSON
19 lines
442 B
JSON
{
|
|
"allowManagedPermissionRulesOnly": true,
|
|
"sandbox": {
|
|
"enabled": true,
|
|
"autoAllowBashIfSandboxed": false,
|
|
"allowUnsandboxedCommands": false,
|
|
"excludedCommands": [],
|
|
"network": {
|
|
"allowUnixSockets": [],
|
|
"allowAllUnixSockets": false,
|
|
"allowLocalBinding": false,
|
|
"allowedDomains": [],
|
|
"httpProxyPort": null,
|
|
"socksProxyPort": null
|
|
},
|
|
"enableWeakerNestedSandbox": false
|
|
}
|
|
}
|