summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-simple-adblock/root/usr/share/rpcd/acl.d/luci-app-simple-adblock.json
blob: 46356266150ae7fec87a6d4d88790c06cf89e98e (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
34
35
36
37
38
39
40
41
{
	"luci-app-simple-adblock": {
		"description": "Grant UCI and file access for luci-app-simple-adblock",
		"read": {
			"cgi-io": [
				"exec"
			],
			"file": {
				"/usr/lib/opkg/status": [
					"read"
				],
				"/sys/class/leds/*": [
					"read"
				],
				"/var/run/simple-adblock.*": [
					"read"
				],
				"/etc/init.d/simple-adblock *": [
					"exec"
				],
				"/usr/sbin/dnsmasq *": [
					"exec"
				],
				"/usr/sbin/unbound *": [
					"exec"
				],
				"/usr/sbin/ipset *": [
					"exec"
				]
			},
				"uci": [
				"simple-adblock"
			]
		},
		"write": {
			"uci": [
				"simple-adblock"
			]
		}
	}
}