29 lines
536 B
JSON
29 lines
536 B
JSON
{
|
|
"luci-app-netifyd-dashboard": {
|
|
"description": "Grant access to LuCI Netifyd Dashboard",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.netifyd-dashboard": [
|
|
"status",
|
|
"flows",
|
|
"applications",
|
|
"protocols",
|
|
"devices",
|
|
"stats",
|
|
"risks",
|
|
"category_bandwidth",
|
|
"top_talkers",
|
|
"dns_queries",
|
|
"seccubox_logs"
|
|
],
|
|
"system": [ "info", "board" ],
|
|
"file": [ "read", "stat" ]
|
|
},
|
|
"uci": [ "netifyd", "netifyd-dashboard" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "netifyd-dashboard" ]
|
|
}
|
|
}
|
|
}
|