The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.
To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.--- Begin Message ---
On Monday, March 4th, 2024 at 13:4
Restore /etc/hostapd directory on sysupgrade since it does contain
per-device PSK handled by hostapd for WPS usage.
Signed-off-by: Christian Marangi
---
package/network/services/hostapd/Makefile | 40 ---
1 file changed, 28 insertions(+), 12 deletions(-)
diff --git a/package
Hostapd require access to the wpa_psk_file to insert data in the context
of WPS usage.
>From hostapd.conf documentation:
Note: If wpa_psk_file is set, WPS is used to generate random, per-device PSKs
that will be appended to the wpa_psk_file. If wpa_psk_file is not set, the
default PSK (wpa_p
Save wpa_psk_file on permanent storage by default. Currently it's always
created in /var/run with the hostapd files.
Any user that would use this option would save this file on permanent
storage to declare specific PSK per devices or for each VLAN.
The file is also used for WPS to store the per-d
This is a long lasting problem (like 4 years)...
It was something I notice a looong time ago but never had time to
actually bisect this, as I was convinced it was a problem with hostapd
due to the fact that it was an insecure option.
But then I notice that hostapd have hwsim testing for this feat
On 4.03.2024 08:15, Rafał Miłecki wrote:
From: Rafał Miłecki
Before recent change "tar" command was called with an "-f" argument
which accepts "-" for stdout output. Bring back support for that feature
with new code.
Fixes: e36cc530927c ("base-files: sysupgrade: use tar helper to include
inst
From: Rafał Miłecki
1. Return error if any step of generating tar file fails
2. Use pipefail to avoid calling "gzip" if tar failed
Fixes: e36cc530927c ("base-files: sysupgrade: use tar helper to include
installed_packages.txt")
Reported-by: Luiz Angelo Daros de Luca
Cc: Luiz Angelo Daros de Lu