24 lines
584 B
JSON
24 lines
584 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:*)"
|
|
]
|
|
}
|
|
}
|