luci-app-lldpd: Fixes and additions
[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 "luci.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 ],
23 "ubus": {
24 "luci.lldpd": [
25 "getStatus"
26 ],
27 "luci": [
28 "getInitList"
29 ]
30 }
31 },
32 "write": {
33 "uci": [
34 "lldpd"
35 ],
36 "ubus": {
37 "luci": [
38 "setInitAction"
39 ]
40 }
41 }
42 }
43 }