On Mon, Aug 10, 2026 at 10:59:41PM +0200, Matthias Geiger wrote: > does attached diff look sane? If so, I can upload this sometime this week.
> diff --git a/debian/pam-configs/gnome-keyring > b/debian/pam-configs/gnome-keyring > index 12d42023..f2797831 100644 > --- a/debian/pam-configs/gnome-keyring > +++ b/debian/pam-configs/gnome-keyring > @@ -4,3 +4,5 @@ Priority: 0 > Password-Type: Additional > Password-Final: > optional pam_gnome_keyring.so > + auth pam_gnome_keyring.so > + session pam_gnome_keyring.so auto-start I think you need separate Auth-... and Session-... stanzas. Possibly Session also wants Session-Interactive-Only? Unfortunately I don't know where this format is documented. Maybe https://sources.debian.org/src/pam/1.7.0-8/debian/pam-configs/unix is a good reference. Best, Chris

