* add read acl for 'openvpn_recipes', fixed #4112 Signed-off-by: Dirk Brenken <dev@brenken.org>
15 lines
269 B
JSON
15 lines
269 B
JSON
{
|
|
"luci-app-openvpn": {
|
|
"description": "Grant access to OpenVPN configuration",
|
|
"read": {
|
|
"uci": [ "openvpn", "openvpn_recipes" ]
|
|
},
|
|
"write": {
|
|
"cgi-io": [ "upload" ],
|
|
"file": {
|
|
"/etc/openvpn/*": [ "write" ]
|
|
},
|
|
"uci": [ "openvpn" ]
|
|
}
|
|
}
|
|
}
|