Skip to content

Fix storing VPN secrets

Sebastian Keller requested to merge skeller/gnome-shell:nm-agent-vpn-fix into master

VPN secrets were not correctly serialized by the agent, causing them to not be stored by NM. This MR fixes this by introducing a method to store VPN secrets specifically which takes care of the correct serialization. There is also a small memory leak fix I found when testing the change.

Fixes #2105 (closed)

Merge request reports