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:
parent
1a1e63af45
commit
72f1573458
1 changed files with 1 additions and 1 deletions
|
@ -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" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue