0
0
mirror of https://github.com/openwrt/luci.git synced 2025-02-23 07:46:22 +00:00
Mirko Vogt 555faf6f7c luci-compat: Fix typo in wildcard which is supposed to grant all perms.
Signed-off-by: Mirko Vogt <mirko-openwrt@nanl.de>
2020-12-06 14:41:59 +01:00

12 lines
171 B
JSON

{
"allow-full-uci-access": {
"description": "Allow full UCI access for legacy applications",
"read": {
"uci": [ "*" ]
},
"write": {
"uci": [ "*" ]
}
}
}