luci-app-openvpn: fix recipe selection
* add read acl for 'openvpn_recipes', fixed #4112
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit b646576696
)
This commit is contained in:
parent
dd9624d35a
commit
217d331d8d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
"luci-app-openvpn": {
|
||||
"description": "Grant access to OpenVPN configuration",
|
||||
"read": {
|
||||
"uci": [ "openvpn" ]
|
||||
"uci": [ "openvpn", "openvpn_recipes" ]
|
||||
},
|
||||
"write": {
|
||||
"cgi-io": [ "upload" ],
|
||||
|
|
Loading…
Reference in a new issue