23 lines
361 B
JSON
23 lines
361 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git:*)",
|
|
"Bash(make:*)",
|
|
"Bash(python3:*)",
|
|
"Bash(pip:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(cat:*)",
|
|
"Read(*)",
|
|
"Edit(*)",
|
|
"Write(*)",
|
|
"Glob(*)",
|
|
"Grep(*)"
|
|
],
|
|
"deny": [
|
|
"Bash(rm -rf:*)",
|
|
"Bash(curl *password*:*)",
|
|
"Bash(ssh:*)"
|
|
]
|
|
}
|
|
}
|