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
1 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"allow-full-uci-access": {
|
||||
"description": "Allow full UCI access for legacy applications",
|
||||
"read": {
|
||||
"uci": [ "'*" ]
|
||||
},
|
||||
"write": {
|
||||
"uci": [ "'*" ]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue