Updated ACL permissions for 4 modules to use correct ubus object names with the mandatory 'luci.' prefix: - luci-app-auth-guardian: auth-guardian → luci.auth-guardian - luci-app-netifyd-dashboard: netifyd → luci.netifyd-dashboard - luci-app-network-modes: network-modes → luci.network-modes - luci-app-wireguard-dashboard: wireguard-dashboard → luci.wireguard-dashboard Also updated method names and UCI config references to match current RPCD backend implementations. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
28 lines
514 B
JSON
28 lines
514 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"
|
|
],
|
|
"system": [ "info", "board" ],
|
|
"file": [ "read", "stat" ]
|
|
},
|
|
"uci": [ "netifyd", "netifyd-dashboard" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "netifyd-dashboard" ]
|
|
}
|
|
}
|
|
}
|