r49966 - in /desktop/unstable/gdm3/debian: changelog gdm3.gdm-autologin.pam

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Thu Sep 1 16:17:24 UTC 2016


Author: bigon
Date: Thu Sep  1 16:17:24 2016
New Revision: 49966

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49966
Log:
debian/gdm3.gdm-autologin.pam: Add a missing bit to automagically unlock
the keyring when autologin on a computer using LUKS root filesystem. This
is not yet working out-of-the-box in debian as it require some plumbering
at early-boot (cryptsetup) or systemd in the initramfs.

Modified:
    desktop/unstable/gdm3/debian/changelog
    desktop/unstable/gdm3/debian/gdm3.gdm-autologin.pam

Modified: desktop/unstable/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/changelog?rev=49966&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/changelog	[utf-8] Thu Sep  1 16:17:24 2016
@@ -1,10 +1,17 @@
 gdm3 (3.21.91-1) UNRELEASED; urgency=low
 
+  [ Andreas Henriksson ]
   * New upstream beta release.
   * Convert from cdbs to dh.
   * Bump debhelper compat to 9
 
- -- Andreas Henriksson <andreas at fatal.se>  Thu, 01 Sep 2016 11:50:29 +0200
+  [ Laurent Bigonville ]
+  * debian/gdm3.gdm-autologin.pam: Add a missing bit to automagically unlock
+    the keyring when autologin on a computer using LUKS root filesystem. This
+    is not yet working out-of-the-box in debian as it require some plumbering
+    at early-boot (cryptsetup) or systemd in the initramfs.
+
+ -- Laurent Bigonville <bigon at debian.org>  Thu, 01 Sep 2016 18:13:14 +0200
 
 gdm3 (3.21.90-1) unstable; urgency=medium
 

Modified: desktop/unstable/gdm3/debian/gdm3.gdm-autologin.pam
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/gdm3.gdm-autologin.pam?rev=49966&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/gdm3.gdm-autologin.pam	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/gdm3.gdm-autologin.pam	[utf-8] Thu Sep  1 16:17:24 2016
@@ -19,4 +19,5 @@
 session required        pam_env.so readenv=1
 session required        pam_env.so readenv=1 envfile=/etc/default/locale
 @include common-session
+session optional        pam_gnome_keyring.so auto_start
 @include common-password




More information about the pkg-gnome-commits mailing list