luci2: Initial network interface configuration view
[project/luci2/ui.git] / luci2 / share / acl.d / luci2.json
index 4d32466..9e21474 100644 (file)
                "description": "Network, switch and routing configuration",
                "read": {
                        "ubus": {
                "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",
                                "luci2.network": [
                                        "switch_list",
                                        "switch_info",
-                                       "switch_status"
+                                       "switch_status",
+                                       "device_list"
+                               ],
+                               "luci2.network.bwmon": [
+                                       "devices",
+                                       "statistics"
                                ]
                        },
                        "uci": [
                                ]
                        },
                        "uci": [
-                               "network"
+                               "network",
+                               "wireless"
+                       ]
+               },
+               "write": {
+                       "uci": [
+                               "network",
+                               "wireless"
+                       ]
+               }
+       },
+
+       "firewall": {
+               "description": "Firewall configuration",
+               "read": {
+                       "uci": [
+                               "firewall"
                        ]
                },
                "write": {
                        "uci": [
                        ]
                },
                "write": {
                        "uci": [
-                               "network"
+                               "firewall"
                        ]
                }
        }
                        ]
                }
        }