docs: example settings files

This commit is contained in:
Kurt Carpenter
2026-01-30 16:57:26 -08:00
parent 74cc597eb5
commit f93f614768
4 changed files with 68 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"allowManagedPermissionRulesOnly": true,
"sandbox": {
"enabled": true,
"autoAllowBashIfSandboxed": false,
"allowUnsandboxedCommands": false,
"excludedCommands": [],
"network": {
"allowUnixSockets": [],
"allowLocalBinding": false,
"httpProxyPort": null,
"socksProxyPort": null
},
"enableWeakerNestedSandbox": false
}
}