Merge pull request #6724 from erikrk/channel-analysis-permissions

luci-mod-status: fix ACL for channel analysis
This commit is contained in:
Paul Donald 2023-12-18 00:20:05 +01:00 committed by GitHub
commit 8be149c4ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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" ]
} }
} }
}, },