29 lines
647 B
JSON
29 lines
647 B
JSON
{
|
|||
|
|
"permissions": {
|
||
|
|
"deny": [
|
||
|
|
"Bash(rm -rf *)",
|
||
|
|
"Bash(rm -fr *)",
|
||
|
|
"Bash(rm -r *)",
|
||
|
|
"Bash(rm -R *)",
|
||
|
|
"Bash(rm -f *)",
|
||
|
|
"Bash(sudo *)",
|
||
|
|
"Bash(dd *)",
|
||
|
|
"Bash(mkfs*)",
|
||
|
|
"Bash(diskutil erase*)",
|
||
|
|
"Bash(chmod 777 *)",
|
||
|
|
"Bash(chmod -R 777 *)",
|
||
|
|
"Bash(git reset --hard*)",
|
||
|
|
"Bash(git push --force*)",
|
||
|
|
"Bash(git push -f *)",
|
||
|
|
"Bash(git clean -f*)",
|
||
|
|
"Bash(git branch -D*)",
|
||
|
|
"Bash(shutdown*)",
|
||
|
|
"Bash(reboot*)",
|
||
|
|
"Bash(: >*)",
|
||
|
|
"Bash(truncate *)"
|
||
|
|
],
|
||
|
|
"defaultMode": "bypassPermissions"
|
||
|
|
},
|
||
|
|
"skipDangerousModePermissionPrompt": true
|
||
|
|
}
|