mirror of
https://github.com/anthropics/claude-code.git
synced 2026-02-19 04:27:33 -08:00
Stricter sandbox config
This commit is contained in:
@@ -11,5 +11,16 @@
|
|||||||
},
|
},
|
||||||
"allowManagedPermissionRulesOnly": true,
|
"allowManagedPermissionRulesOnly": true,
|
||||||
"allowManagedHooksOnly": true,
|
"allowManagedHooksOnly": true,
|
||||||
"strictKnownMarketplaces": []
|
"strictKnownMarketplaces": [],
|
||||||
|
"sandbox": {
|
||||||
|
"autoAllowBashIfSandboxed": false,
|
||||||
|
"excludedCommands": [],
|
||||||
|
"network": {
|
||||||
|
"allowUnixSockets": [],
|
||||||
|
"allowLocalBinding": false,
|
||||||
|
"httpProxyPort": null,
|
||||||
|
"socksProxyPort": null
|
||||||
|
},
|
||||||
|
"enableWeakerNestedSandbox": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user