18 lines
322 B
JSON
18 lines
322 B
JSON
{
|
|
"permissions": {
|
|
"deny": [
|
|
"Bash(rm -rf /)",
|
|
"Bash(rm -rf /*)",
|
|
"Bash(rm -rf ~)",
|
|
"Bash(rm -rf ~/*)",
|
|
"Bash(git push --force *)",
|
|
"Bash(git reset --hard *)",
|
|
"Bash(git clean -fdx *)",
|
|
"Bash(npm publish *)"
|
|
],
|
|
"allow": [
|
|
"Bash(node -e ' *)"
|
|
]
|
|
}
|
|
}
|