secubox-openwrt/luci-app-netifyd-dashboard/root/usr/share/rpcd/acl.d/luci-app-netifyd-dashboard.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" ]
}
}
}