X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci2%2Fui.git;a=blobdiff_plain;f=luci2%2Fshare%2Facl.d%2Fluci2.json;h=9e2147467e26ea11d4fee31f34cd8d462be2275f;hp=4d32466e0670b03cb3fbaa617dbe57b260661608;hb=639d2147af1293101ce10b4d67bde91a42da6926;hpb=ee05d423509af67d650666b11580fd15beae7f32 diff --git a/luci2/share/acl.d/luci2.json b/luci2/share/acl.d/luci2.json index 4d32466..9e21474 100644 --- a/luci2/share/acl.d/luci2.json +++ b/luci2/share/acl.d/luci2.json @@ -308,19 +308,52 @@ "description": "Network, switch and routing configuration", "read": { "ubus": { + "network": [ + "get_proto_handlers" + ], + "network.device": [ + "status" + ], + "network.interface": [ + "dump" + ], + "network.wireless": [ + "status" + ], "luci2.network": [ "switch_list", "switch_info", - "switch_status" + "switch_status", + "device_list" + ], + "luci2.network.bwmon": [ + "devices", + "statistics" ] }, "uci": [ - "network" + "network", + "wireless" + ] + }, + "write": { + "uci": [ + "network", + "wireless" + ] + } + }, + + "firewall": { + "description": "Firewall configuration", + "read": { + "uci": [ + "firewall" ] }, "write": { "uci": [ - "network" + "firewall" ] } }