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:
parent
62be45c466
commit
06fea062b7
@ -0,0 +1,11 @@
|
||||
{
|
||||
"allow-full-uci-access": {
|
||||
"description": "Allow full UCI access for legacy applications",
|
||||
"read": {
|
||||
"uci": [ "'*" ]
|
||||
},
|
||||
"write": {
|
||||
"uci": [ "'*" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user