19 lines
338 B
JSON
19 lines
338 B
JSON
|
|
{
|
||
|
|
"permissions": {
|
||
|
|
"allow": [
|
||
|
|
"Bash(dir)",
|
||
|
|
"Bash(mkdir:*)",
|
||
|
|
"Bash(dir:*)",
|
||
|
|
"Bash(python:*)",
|
||
|
|
"Bash(conda info:*)",
|
||
|
|
"Bash(node:*)",
|
||
|
|
"Bash(npm:*)",
|
||
|
|
"Bash(git init:*)",
|
||
|
|
"Bash(git remote add:*)",
|
||
|
|
"Bash(git add:*)",
|
||
|
|
"Bash(rm:*)"
|
||
|
|
],
|
||
|
|
"deny": [],
|
||
|
|
"ask": []
|
||
|
|
}
|
||
|
|
}
|