luci-compat: add wildcard ACL allowing access to all uci configurations

Ref: https://github.com/openwrt/luci/issues/3917
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2020-04-15 14:57:20 +02:00
parent 62be45c466
commit 06fea062b7

View file

@ -0,0 +1,11 @@
{
"allow-full-uci-access": {
"description": "Allow full UCI access for legacy applications",
"read": {
"uci": [ "'*" ]
},
"write": {
"uci": [ "'*" ]
}
}
}