- Added seccubox_logs to read permissions - Added collect_debug to read permissions - Resolves "Access denied" error for seccubox_logs endpoint Note: The method name has a typo (seccubox instead of secubox) but keeping it for consistency with the existing RPC handler implementation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
38 lines
677 B
JSON
38 lines
677 B
JSON
{
|
|
"luci-app-netdata-dashboard": {
|
|
"description": "Grant access to LuCI Netdata Dashboard",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.netdata-dashboard": [
|
|
"stats",
|
|
"cpu",
|
|
"memory",
|
|
"disk",
|
|
"network",
|
|
"processes",
|
|
"sensors",
|
|
"system",
|
|
"netdata_status",
|
|
"netdata_alarms",
|
|
"netdata_info",
|
|
"seccubox_logs",
|
|
"collect_debug"
|
|
],
|
|
"system": [ "info", "board" ],
|
|
"file": [ "read", "stat" ]
|
|
},
|
|
"uci": [ "netdata-dashboard" ]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.netdata-dashboard": [
|
|
"restart_netdata",
|
|
"start_netdata",
|
|
"stop_netdata"
|
|
]
|
|
},
|
|
"uci": [ "netdata-dashboard" ]
|
|
}
|
|
}
|
|
}
|