secubox-openwrt/luci-app-bandwidth-manager/root/usr/share/rpcd/acl.d/luci-app-bandwidth-manager.json

34 lines
603 B
JSON

{
"luci-app-bandwidth-manager": {
"description": "Bandwidth Manager - QoS & Traffic Control",
"read": {
"ubus": {
"luci.bandwidth-manager": [
"status",
"list_rules",
"list_quotas",
"get_quota",
"get_usage_realtime",
"get_usage_history",
"get_media",
"get_classes"
],
"system": [ "info", "board" ],
"file": [ "read", "stat" ]
},
"uci": [ "bandwidth" ]
},
"write": {
"ubus": {
"luci.bandwidth-manager": [
"add_rule",
"delete_rule",
"set_quota",
"reset_quota"
]
},
"uci": ["bandwidth"]
}
}
}