secubox-openwrt/luci-app-netifyd-dashboard/root/usr/share/rpcd/acl.d/luci-app-netifyd-dashboard.json

18 lines
423 B
JSON

{
"luci-app-netifyd-dashboard": {
"description": "Grant access to LuCI Netifyd Dashboard",
"read": {
"ubus": {
"netifyd": [ "status", "flows", "applications", "protocols", "devices", "stats" ],
"system": [ "info", "board" ],
"luci-rpc": [ "getNetifydStats" ],
"file": [ "read", "stat" ]
},
"uci": [ "netifyd", "netifyd-dashboard" ]
},
"write": {
"uci": [ "netifyd-dashboard" ]
}
}
}