mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-21 06:26:56 +00:00
hostapd: add missing acl entries for udebug
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
4cd31d6c7c
commit
2723f16dda
@ -9,8 +9,12 @@
|
||||
},
|
||||
"hostapd": {
|
||||
"methods": [ "apsta_state" ]
|
||||
},
|
||||
"udebug": {
|
||||
"methods": [ "get_config" ]
|
||||
}
|
||||
},
|
||||
"subscribe": [ "udebug" ],
|
||||
"publish": [ "hostapd", "hostapd.*", "wpa_supplicant", "wpa_supplicant.*" ],
|
||||
"send": [ "bss.*", "wps_credentials" ]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user