luci-app-simple-adblock: convert to js
[project/luci.git] / applications / luci-app-simple-adblock / root / usr / share / rpcd / acl.d / luci-app-simple-adblock.json
1 {
2 "luci-app-simple-adblock": {
3 "description": "Grant UCI and file access for luci-app-simple-adblock",
4 "read": {
5 "ubus": {
6 "luci.simple-adblock": [
7 "getInitList",
8 "getInitStatus",
9 "getPlatformSupport"
10 ]
11 },
12 "uci": [
13 "simple-adblock"
14 ]
15 },
16 "write": {
17 "uci": [
18 "simple-adblock"
19 ],
20 "ubus": {
21 "luci.simple-adblock": [
22 "setInitAction"
23 ]
24 }
25 }
26 }
27 }