secubox-openwrt/luci-app-netifyd-dashboard/root/usr/share/rpcd/acl.d/luci-app-netifyd-dashboard.json
CyberMind-FR 1122f84e58 fix: Update ACL files to use proper luci.* ubus object naming
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>
2025-12-26 21:54:00 +01:00

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" ]
}
}
}