summaryrefslogtreecommitdiffhomepage
path: root/protocols/luci-proto-openconnect/root/usr/share/rpcd/acl.d/luci-openconnect.json
blob: 66bc5ac24f852f015e29ea92fcc3a490dc9bfb98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"luci-proto-openconnect": {
		"description": "Grant access to LuCI OpenConnect procedures",
		"read": {
			"ubus": {
				"luci.openconnect": [ "getCertificates" ]
			},
			"uci": [ "network" ]
		},
		"write": {
			"ubus": {
				"luci.openconnect": [ "setCertificates" ]
			},
			"uci": [ "network" ]
		}
	}
}