forked from jaildesigner-jailgames/jaildoctors_dilemma
19 lines
388 B
JSON
19 lines
388 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(cmake --build:*)",
|
|
"Bash(test:*)",
|
|
"Bash(tools/linter/run_clang-tidy.sh:*)",
|
|
"Bash(make resources.pack:*)",
|
|
"Bash(tools/linter/run_cppcheck.sh:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git checkout:*)",
|
|
"Bash(sort:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|