mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 17:04:35 +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": {
|
||||
"description": "Allow full UCI access for legacy applications",
|
||||
"read": {
|
||||
"uci": [ "'*" ]
|
||||
"uci": [ "*" ]
|
||||
},
|
||||
"write": {
|
||||
"uci": [ "'*" ]
|
||||
"uci": [ "*" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user