mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-20 13:47:46 +02:00
21 lines
475 B
JSON
21 lines
475 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(mkdir:*)",
|
|
"Bash(./gradlew:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(find:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(if [ -d logs ])",
|
|
"Bash(then ls -la logs/)",
|
|
"Bash(fi)",
|
|
"Bash(ls:*)",
|
|
"Bash(./testing/cucumber/features/environment.py -v)",
|
|
"Bash(./testing/cucumber/features/autojob.feature -v)",
|
|
"Bash(git rev-parse:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |