16 lines
289 B
JSON
16 lines
289 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(python -c:*)",
|
|
"Bash(pip install:*)",
|
|
"Bash(set FLASK_APP=simple_app.py)",
|
|
"Bash(flask db:*)",
|
|
"Bash(flask:*)",
|
|
"Bash(python simple_app.py:*)",
|
|
"Bash(timeout:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|