luci-mod-status: fix ACL for channel analysis

Without this fix channel analysis will not work unless write access is
also granted to luci-mod-network-config

Signed-off-by: Erik Karlsson <erik.karlsson@genexis.eu>
This commit is contained in:
Erik Karlsson 2022-04-22 10:07:32 +02:00
parent 1a1e63af45
commit 72f1573458

View file

@ -61,7 +61,7 @@
"description": "Grant access to wireless channel status", "description": "Grant access to wireless channel status",
"read": { "read": {
"ubus": { "ubus": {
"iwinfo": [ "info", "freqlist" ] "iwinfo": [ "info", "freqlist", "scan" ]
} }
} }
}, },