Files
openwrt_packages/luci-app-bandix/root/usr/share/rpcd/acl.d/luci-app-bandix.json
2025-12-01 00:10:48 +08:00

51 lines
894 B
JSON

{
"luci-app-bandix": {
"description": "Grant access to bandix traffic monitoring",
"read": {
"ubus": {
"luci.bandix": [
"getStatus",
"getMetrics",
"getMetricsDay",
"getMetricsWeek",
"getMetricsMonth",
"getConnection",
"setHostname",
"getDnsQueries",
"getDnsStats",
"getScheduleLimits",
"setScheduleLimit",
"deleteScheduleLimit",
"clearData",
"restartService"
]
},
"uci": [
"bandix"
]
},
"write": {
"ubus": {
"luci.bandix": [
"getStatus",
"getMetrics",
"getMetricsDay",
"getMetricsWeek",
"getMetricsMonth",
"getConnection",
"setHostname",
"getDnsQueries",
"getDnsStats",
"getScheduleLimits",
"setScheduleLimit",
"deleteScheduleLimit",
"clearData",
"restartService"
]
},
"uci": [
"bandix"
]
}
}
}