Le fichier RPCD 'secubox' a été renommé en 'luci.secubox' pour correspondre au nom d'objet ubus utilisé par l'API JavaScript (object: 'luci.secubox'). Cela permet aux appels ubus comme 'ubus call luci.secubox get_dashboard_data' de fonctionner correctement. Fixes: Method not found error for all luci.secubox/* methods
19 lines
347 B
JSON
19 lines
347 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(done)",
|
|
"Bash(ls:*)",
|
|
"Bash(find:*)",
|
|
"Bash(xargs:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(shellcheck:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push)",
|
|
"Bash(git remote set-url:*)",
|
|
"Bash(git tag:*)",
|
|
"Bash(git push:*)"
|
|
]
|
|
}
|
|
}
|