luci-app-lldpd: Fixes and additions
[project/luci.git] / applications / luci-app-lldpd / root / usr / share / rpcd / acl.d / luci-app-lldpd.json
index d79d7bd3c6da4566ed31cc26e331b9fea58957bd..240cd24779a051ab224812d72f588f665c3d74eb 100644 (file)
@@ -3,7 +3,7 @@
                "description": "Grant access for LLDP status information",
                "read": {
                        "ubus": {
-                               "lldpd": [
+                               "luci.lldpd": [
                                        "getStatus"
                                ]
                        },
                "description": "Grant access for LLDP configuration",
                "read": {
                        "uci": [
-                               "lldpd",
-                               "luci",
-                               "network",
-                               "wireless",
-                               "firewall"
+                               "lldpd"
                        ],
                        "ubus": {
+                               "luci.lldpd": [
+                                       "getStatus"
+                               ],
                                "luci": [
                                        "getInitList"
-                               ],
-                               "luci-rpc": [
-                                       "getBoardJSON",
-                                       "getHostHints",
-                                       "getNetworkDevices",
-                                       "getWirelessDevices"
-                               ],
-                               "network": [
-                                       "get_proto_handlers"
-                               ],
-                               "network.interface": [
-                                       "dump"
                                ]
                        }
                },