summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-vpnbypass/root/usr/share/rpcd/acl.d/luci-app-vpnbypass.json
blob: 3e3e06745c6b75adf9e1cdcc0e0119a6f54d6513 (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
{
	"luci-app-vpnbypass": {
		"description": "Grant UCI and file access for luci-app-vpnbypass",
		"read": {
			"ubus": {
				"luci.vpnbypass": [
					"getInitList",
					"getInitStatus"
				]
			},
			"uci": [
				"vpnbypass",
				"dnsmasq"
			]
		},
		"write": {
			"ubus": {
				"luci.vpnbypass": [
					"setInitAction"
				]
			}
		}
	}
}