15 lines
271 B
JSON
15 lines
271 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(mkdir:*)",
|
|
"Bash(pip install:*)",
|
|
"Bash(python3 -m pip install:*)",
|
|
"Bash(apt list:*)",
|
|
"Bash(python3:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(python:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |