23 lines
567 B
JSON
23 lines
567 B
JSON
|
|
{
|
||
|
|
"permissions": {
|
||
|
|
"allow": [
|
||
|
|
"Bash(if [ -d \".git\" ])",
|
||
|
|
"Bash(then echo \"Git repository exists\")",
|
||
|
|
"Bash(else echo \"No git repository\")",
|
||
|
|
"Bash(fi)",
|
||
|
|
"Bash(python:*)",
|
||
|
|
"Bash(python3:*)",
|
||
|
|
"Bash(py test_db.py:*)",
|
||
|
|
"Bash(where:*)",
|
||
|
|
"Bash(/c/Users/linha/AppData/Local/Microsoft/WindowsApps/python test_db.py)",
|
||
|
|
"Bash(pip install:*)",
|
||
|
|
"Bash(pip uninstall:*)",
|
||
|
|
"Bash(tasklist:*)",
|
||
|
|
"Bash(findstr:*)",
|
||
|
|
"Bash(dir:*)",
|
||
|
|
"Bash(git init:*)",
|
||
|
|
"Bash(git add:*)"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|