Stricter sandbox config

This commit is contained in:
Kurt Carpenter
2026-01-30 16:59:39 -08:00
parent f93f614768
commit 90c07d1c7e

View File

@@ -11,5 +11,16 @@
},
"allowManagedPermissionRulesOnly": true,
"allowManagedHooksOnly": true,
"strictKnownMarketplaces": []
"strictKnownMarketplaces": [],
"sandbox": {
"autoAllowBashIfSandboxed": false,
"excludedCommands": [],
"network": {
"allowUnixSockets": [],
"allowLocalBinding": false,
"httpProxyPort": null,
"socksProxyPort": null
},
"enableWeakerNestedSandbox": false
}
}