mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 19:14:34 +04:00
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:
committed by
Jo-Philipp Wich
parent
e984b63c36
commit
555faf6f7c
@@ -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": [ "*" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user