mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-23 16:05:09 +00:00
20 lines
444 B
JSON
20 lines
444 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)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |