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