treewide: stage ACL rules for legacy applications
[project/luci.git] / applications / luci-app-openvpn / root / usr / share / rpcd / acl.d / luci-app-openvpn.json
1 {
2 "luci-app-openvpn": {
3 "description": "Grant access to OpenVPN configuration",
4 "read": {
5 "uci": [ "openvpn" ]
6 },
7 "write": {
8 "cgi-io": [ "upload" ],
9 "file": {
10 "/etc/openvpn/*": [ "write" ]
11 },
12 "uci": [ "openvpn" ]
13 }
14 }
15 }