Welcome to mirror list, hosted at ThFree Co, Russian Federation.

luci-app-openvpn.json « acl.d « rpcd « share « usr « root « luci-app-openvpn « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41f62ad2948c8dcefd57b0ef1acd4dd57e5a1d36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"luci-app-openvpn": {
		"description": "Grant access to OpenVPN configuration",
		"read": {
			"uci": [ "openvpn" ]
		},
		"write": {
			"cgi-io": [ "upload" ],
			"file": {
				"/etc/openvpn/*": [ "write" ]
			},
			"uci": [ "openvpn" ]
		}
	}
}