0
0
mirror of https://github.com/openwrt/luci.git synced 2025-03-13 15:27:24 +00:00
Dirk Brenken b646576696 luci-app-openvpn: fix recipe selection
* add read acl for 'openvpn_recipes', fixed #4112

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-05-29 19:09:49 +02:00

16 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" ]
}
}
}