2020-01-20 18:16:59 +00:00
|
|
|
{
|
|
|
|
"luci-app-openvpn": {
|
2020-04-10 21:21:35 +00:00
|
|
|
"description": "Grant access to OpenVPN configuration",
|
|
|
|
"read": {
|
2020-05-29 17:09:49 +00:00
|
|
|
"uci": [ "openvpn", "openvpn_recipes" ]
|
2020-04-10 21:21:35 +00:00
|
|
|
},
|
2020-01-20 18:16:59 +00:00
|
|
|
"write": {
|
|
|
|
"cgi-io": [ "upload" ],
|
|
|
|
"file": {
|
|
|
|
"/etc/openvpn/*": [ "write" ]
|
2020-04-10 21:21:35 +00:00
|
|
|
},
|
|
|
|
"uci": [ "openvpn" ]
|
2020-01-20 18:16:59 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|