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