68 lines
1.5 KiB
JSON
68 lines
1.5 KiB
JSON
{
|
|
"permissions": {
|
|
"defaultMode": "bypassPermissions",
|
|
"allow": [
|
|
"Read",
|
|
"Write",
|
|
"Edit",
|
|
"Glob",
|
|
"Grep",
|
|
"Bash(npm *)",
|
|
"Bash(node *)",
|
|
"Bash(npx *)",
|
|
"Bash(docker *)",
|
|
"Bash(docker-compose *)",
|
|
"Bash(git *)",
|
|
"Bash(mkdir *)",
|
|
"Bash(cat *)",
|
|
"Bash(ls *)",
|
|
"Bash(cp *)",
|
|
"Bash(mv *)",
|
|
"Bash(touch *)",
|
|
"Bash(echo *)",
|
|
"Bash(pwd)",
|
|
"Bash(which *)",
|
|
"Bash(type *)",
|
|
"Bash(find *)",
|
|
"Bash(grep *)",
|
|
"Bash(sed *)",
|
|
"Bash(awk *)",
|
|
"Bash(jq *)",
|
|
"Bash(curl *)",
|
|
"Bash(chmod *)",
|
|
"Bash(true)",
|
|
"Bash(false)",
|
|
"Bash(wc *)",
|
|
"Bash(head *)",
|
|
"Bash(tail *)",
|
|
"Bash(python3 *)",
|
|
"PowerShell(New-Item *)",
|
|
"PowerShell(Get-ChildItem *)",
|
|
"PowerShell(Set-Content *)",
|
|
"PowerShell(Out-File *)",
|
|
"PowerShell(npm *)",
|
|
"PowerShell(node *)",
|
|
"PowerShell(docker *)",
|
|
"PowerShell(cd *)",
|
|
"PowerShell(ls *)",
|
|
"PowerShell(cat *)",
|
|
"PowerShell(npx *)",
|
|
"PowerShell(Get-Content *)",
|
|
"PowerShell(Select-Object *)",
|
|
"PowerShell(Where-Object *)",
|
|
"PowerShell(Test-Path *)",
|
|
"PowerShell(Remove-Item *)",
|
|
"PowerShell(Copy-Item *)",
|
|
"PowerShell(Move-Item *)",
|
|
"PowerShell(Rename-Item *)",
|
|
"PowerShell(Write-Output *)",
|
|
"PowerShell(ConvertFrom-Json *)",
|
|
"PowerShell(git *)",
|
|
"PowerShell(python3 *)"
|
|
]
|
|
},
|
|
"env": {
|
|
"ECC_GATEGUARD": "off"
|
|
}
|
|
}
|