d79d7bd3c6da4566ed31cc26e331b9fea58957bd
[project/luci.git] / applications / luci-app-lldpd / root / usr / share / rpcd / acl.d / luci-app-lldpd.json
1 {
2 "luci-app-lldpd-status": {
3 "description": "Grant access for LLDP status information",
4 "read": {
5 "ubus": {
6 "lldpd": [
7 "getStatus"
8 ]
9 },
10 "uci": [
11 "lldpd",
12 "luci"
13 ]
14 }
15 },
16
17 "luci-app-lldpd-config": {
18 "description": "Grant access for LLDP configuration",
19 "read": {
20 "uci": [
21 "lldpd",
22 "luci",
23 "network",
24 "wireless",
25 "firewall"
26 ],
27 "ubus": {
28 "luci": [
29 "getInitList"
30 ],
31 "luci-rpc": [
32 "getBoardJSON",
33 "getHostHints",
34 "getNetworkDevices",
35 "getWirelessDevices"
36 ],
37 "network": [
38 "get_proto_handlers"
39 ],
40 "network.interface": [
41 "dump"
42 ]
43 }
44 },
45 "write": {
46 "uci": [
47 "lldpd"
48 ],
49 "ubus": {
50 "luci": [
51 "setInitAction"
52 ]
53 }
54 }
55 }
56 }