blob: 310fd8618cd9eaa8e83d731ce3f3b835e9eec27a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
{
"luci-app-adblock-fast": {
"description": "Grant UCI and file access for luci-app-adblock-fast",
"read": {
"file": {
"/dev/shm/adblock-fast-status.json": [ "list", "read" ]
},
"ubus": {
"luci.adblock-fast": [
"getFileUrlFilesizes",
"getInitList",
"getInitStatus",
"getPlatformSupport"
]
},
"uci": [
"adblock-fast",
"dhcp",
"smartdns"
]
},
"write": {
"uci": [
"adblock-fast"
],
"ubus": {
"luci.adblock-fast": [
"setInitAction"
]
}
}
}
}
|