14 lines
225 B
JSON
14 lines
225 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(mkdir:*)",
|
|
"Bash(rmdir:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(mvn:*)",
|
|
"Bash(./mvnw clean compile)",
|
|
"Bash(cd:*)",
|
|
"Bash(ls:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |