summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-firewall/root/usr/share/rpcd/acl.d/luci-app-openvpn.json
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" ]
			}
		}
	}
}