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: bc9d8e184da456d14077a842410741ea948610dc (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"luci-app-openvpn": {
		"description": "Grant file upload access to /etc/openvpn",
		"write": {
			"cgi-io": [ "upload" ],
			"file": {
				"/etc/openvpn/*": [ "write" ]
			}
		}
	}
}