16 lines
293 B
JSON
16 lines
293 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(cat:*)",
|
|
"Bash(cmake --build:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(.git/hooks/pre-commit)",
|
|
"Bash(brew --prefix:*)",
|
|
"Bash(make setup_hooks:*)",
|
|
"Bash(tools/hooks/pre-commit)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|