docs: example settings files
This commit is contained in:
parent
74cc597eb5
commit
f93f614768
4 changed files with 68 additions and 0 deletions
16
examples/settings/settings-bash-sandbox.json
Normal file
16
examples/settings/settings-bash-sandbox.json
Normal 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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue