From: Felix Fietkau Date: Mon, 20 Nov 2023 13:03:43 +0000 (+0100) Subject: hostapd: add missing acl entries for udebug X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2723f16ddadc6400cdbbadd0a54bc97b309597e1;p=openwrt%2Fstaging%2Fhauke.git hostapd: add missing acl entries for udebug Signed-off-by: Felix Fietkau --- diff --git a/package/network/services/hostapd/files/wpad_acl.json b/package/network/services/hostapd/files/wpad_acl.json index d00fd945ba..7532953cab 100644 --- a/package/network/services/hostapd/files/wpad_acl.json +++ b/package/network/services/hostapd/files/wpad_acl.json @@ -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" ] }