luci2: Initial network interface configuration view
[project/luci2/ui.git] / luci2 / share / acl.d / luci2.json
index 62057f3..9e21474 100644 (file)
                }
        },
 
-       "switch": {
-               "description": "Ethernet switch configuration",
+       "diagnostics": {
+               "description": "Network diagnostic tools",
                "read": {
                        "ubus": {
                                "luci2.network": [
+                                       "ping",
+                                       "ping6",
+                                       "traceroute",
+                                       "traceroute6",
+                                       "nslookup"
+                               ]
+                       }
+               }
+       },
+
+       "hostnames": {
+               "description": "Host entry management",
+               "read": {
+                       "uci": [
+                               "dhcp"
+                       ]
+               },
+               "write": {
+                       "uci": [
+                               "dhcp"
+                       ]
+               }
+       },
+
+       "network": {
+               "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"
                        ]
                }
        }