Browse Source

hostapd: add missing acl entries for udebug

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 2 years ago
parent
commit
2723f16dda
1 changed files with 4 additions and 0 deletions
  1. 4 0
      package/network/services/hostapd/files/wpad_acl.json

+ 4 - 0
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" ]
 }