Files
next-simple-template/managed-settings.json
2026-01-11 23:21:57 +08:00

46 lines
861 B
JSON

{
"permissions": {
"allow": [
"Read(*)",
"Write(*)",
"Edit(*)",
"Glob(*)",
"Grep(*)",
"Bash(node:*)",
"Bash(npm:*)",
"Bash(npx:*)",
"Bash(pnpm:*)",
"Bash(deno:*)",
"Bash(bun:*)",
"Bash(kubectl:*)",
"Bash(git:*)",
"Bash(git:*:*)",
"Bash(python:*)",
"Bash(pip:*)",
"Bash(mkdir:*)",
"Bash(rm:*)",
"Bash(cp:*)",
"Bash(mv:*)",
"Bash(ls:*)",
"Bash(cat:*)",
"Bash(rm:*)",
"Bash(du:*)",
"Bash(df:*)",
"Bash(pwd:*)",
"Bash(whoami:*)",
"Bash(test:*)",
"Bash(echo:*)",
"Bash(timeout:*:*)",
"Bash(touch:*)",
"Bash(file:*)",
"Bash(type:*)",
"Bash(ev:*)"
],
"deny": [],
"ask": [
"Bash(rm:-rf)",
"Bash(rm:-R)",
"Bash(rm:-r)"
]
}
}