luci-compat: Fix typo in wildcard which is supposed to grant all perms.
Signed-off-by: Mirko Vogt <mirko-openwrt@nanl.de>
This commit is contained in:
parent
e984b63c36
commit
555faf6f7c
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
"allow-full-uci-access": {
|
"allow-full-uci-access": {
|
||||||
"description": "Allow full UCI access for legacy applications",
|
"description": "Allow full UCI access for legacy applications",
|
||||||
"read": {
|
"read": {
|
||||||
"uci": [ "'*" ]
|
"uci": [ "*" ]
|
||||||
},
|
},
|
||||||
"write": {
|
"write": {
|
||||||
"uci": [ "'*" ]
|
"uci": [ "*" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue