temp
This commit is contained in:
46
managed-settings.json
Normal file
46
managed-settings.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"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)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user