summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-adblock-fast/root/usr/share/rpcd/acl.d/luci-app-adblock-fast.json
blob: 4ae446af6f53870cd5b0cb9ce24566dcc02b7aad (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
{
	"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"
			]
		},
		"write": {
			"uci": [
				"adblock-fast"
			],
			"ubus": {
				"luci.adblock-fast": [
					"setInitAction"
				]
			}
		}
	}
}