24 lines
422 B
JSON
24 lines
422 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(pnpm *)",
|
|
"Bash(npm *)",
|
|
"Bash(npx *)",
|
|
"Bash(docker *)",
|
|
"Bash(docker-compose *)",
|
|
"Bash(git *)",
|
|
"Bash(curl *)",
|
|
"Bash(ls *)",
|
|
"Bash(cat *)",
|
|
"Bash(mkdir *)",
|
|
"Bash(cp *)",
|
|
"Bash(mv *)",
|
|
"WebSearch"
|
|
],
|
|
"deny": [
|
|
"Bash(rm -rf /)",
|
|
"Bash(sudo *)"
|
|
]
|
|
}
|
|
}
|