luci-app-adblock-fast: update to 1.1.0-1
[project/luci.git] / applications / luci-app-adblock-fast / root / usr / share / rpcd / acl.d / luci-app-adblock-fast.json
1 {
2 "luci-app-adblock-fast": {
3 "description": "Grant UCI and file access for luci-app-adblock-fast",
4 "read": {
5 "file": {
6 "/dev/shm/adblock-fast-status.json": [ "list", "read" ]
7 },
8 "ubus": {
9 "luci.adblock-fast": [
10 "getFileUrlFilesizes",
11 "getInitList",
12 "getInitStatus",
13 "getPlatformSupport"
14 ]
15 },
16 "uci": [
17 "adblock-fast",
18 "dhcp",
19 "smartdns"
20 ]
21 },
22 "write": {
23 "uci": [
24 "adblock-fast"
25 ],
26 "ubus": {
27 "luci.adblock-fast": [
28 "setInitAction"
29 ]
30 }
31 }
32 }
33 }