Am 2026-08-10 23:36, schrieb Chris Hofstaedtler:
> 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.
>
Hi,
thanks. Updated patch attached (though untested).
best,
werdahias
diff --git a/debian/pam-configs/gnome-keyring b/debian/pam-configs/gnome-keyring
index 12d42023..cce1f190 100644
--- a/debian/pam-configs/gnome-keyring
+++ b/debian/pam-configs/gnome-keyring
@@ -4,3 +4,9 @@ Priority: 0
Password-Type: Additional
Password-Final:
optional pam_gnome_keyring.so
+Auth:
+ optional pam_gnome_keyring.so
+Session-Type: Additional
+Session-Interactive-Only: yes
+Session:
+ optional pam_gnome_keyring.so auto_start