35 lines
648 B
JSON
35 lines
648 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(echo:*)",
|
|
"Bash(php:*)",
|
|
"Bash(mysql:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(npm:*)",
|
|
"Bash(node:*)",
|
|
"Bash(python3:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(find:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(cp:*)",
|
|
"Bash(mv:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(chown:*)",
|
|
"Bash(xargs:*)",
|
|
"Bash(php -l:*)",
|
|
"Bash(docker:*)",
|
|
"Bash(ssh:*)",
|
|
"Bash(scp:*)",
|
|
"Bash(tar:*)",
|
|
"Read(//root/**)"
|
|
],
|
|
"additionalDirectories": [
|
|
"/tmp"
|
|
]
|
|
}
|
|
}
|