28 lines
700 B
JSON
28 lines
700 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm install)",
|
|
"Bash(npm rebuild:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(nginx -t:*)",
|
|
"Bash(systemctl daemon-reload:*)",
|
|
"Bash(systemctl enable:*)",
|
|
"Bash(systemctl status:*)",
|
|
"Bash(systemctl reload:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(journalctl:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(systemctl restart:*)",
|
|
"Bash(pm2 restart:*)",
|
|
"Bash(systemctl list-units:*)",
|
|
"Bash(sudo systemctl restart:*)",
|
|
"Bash(sudo nginx:*)",
|
|
"Bash(sudo systemctl reload:*)",
|
|
"Bash(sudo systemctl status:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push)"
|
|
]
|
|
}
|
|
}
|