pop-os/cosmic-settings#1253, #1751
802-1x settings are currently only produced by the wifi builder (WpaEap / Wpa3Eap192bit). there is no wired 802.1X builder, so COSMIC settings cannot create or activate wired EAP profiles.
additionally the wifi builder writes secrets inline with no *-flags control — e.g. there is no way to set 802-1x.private-key-password-flags to "always ask" without going through SettingsPatch.raw_overlay.
need:
- a wired connection builder that can attach
802-1x settings (EAP-TLS, PEAP, etc.)
- per-secret flags support on the EAP builder (at minimum
private-key-password-flags and password-flags)
pop-os/cosmic-settings#1253, #1751
802-1xsettings are currently only produced by the wifi builder (WpaEap/Wpa3Eap192bit). there is no wired 802.1X builder, so COSMIC settings cannot create or activate wired EAP profiles.additionally the wifi builder writes secrets inline with no
*-flagscontrol — e.g. there is no way to set802-1x.private-key-password-flagsto "always ask" without going throughSettingsPatch.raw_overlay.need:
802-1xsettings (EAP-TLS, PEAP, etc.)private-key-password-flagsandpassword-flags)