21 lines
421 B
JSON
21 lines
421 B
JSON
{
|
|
"permissions": {
|
|
"defaultMode": "dontAsk",
|
|
"deny": [
|
|
"Bash(git push)",
|
|
"Bash(git push:*)",
|
|
"Bash(git commit)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git -C * push)",
|
|
"Bash(git -C * push:*)",
|
|
"Bash(git -C * commit)",
|
|
"Bash(git -C * commit:*)"
|
|
]
|
|
},
|
|
"sandbox": {
|
|
"enabled": true,
|
|
"autoAllowBashIfSandboxed": true,
|
|
"allowUnsandboxedCommands": false
|
|
}
|
|
}
|