27 lines
425 B
JSON
27 lines
425 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(python*)",
|
|
"Bash(git*)",
|
|
"Bash(cd*)",
|
|
"Bash(ls*)",
|
|
"Bash(cat*)",
|
|
"Bash(head*)",
|
|
"Bash(tail*)",
|
|
"Bash(mkdir*)",
|
|
"Bash(touch*)",
|
|
"Bash(rm*)",
|
|
"Bash(mv*)",
|
|
"Bash(cp*)",
|
|
"Bash(timeout*)",
|
|
"Bash(reflex*)",
|
|
"Read",
|
|
"Write",
|
|
"Edit",
|
|
"Glob",
|
|
"Grep"
|
|
],
|
|
"deny": []
|
|
}
|
|
}
|