[Pkg-xfce-commits] r7060 - goodies/trunk/lightdm/debian

Yves-Alexis Perez corsac at alioth.debian.org
Mon Jun 18 03:44:28 UTC 2012


Author: corsac
Date: 2012-06-18 15:44:27 +0000 (Mon, 18 Jun 2012)
New Revision: 7060

Modified:
   goodies/trunk/lightdm/debian/changelog
   goodies/trunk/lightdm/debian/lightdm.pam
Log:
* debian/lightdm.pam:
  - enable pam_loginuid.                                      closes: #677435

Modified: goodies/trunk/lightdm/debian/changelog
===================================================================
--- goodies/trunk/lightdm/debian/changelog	2012-06-14 05:24:14 UTC (rev 7059)
+++ goodies/trunk/lightdm/debian/changelog	2012-06-18 15:44:27 UTC (rev 7060)
@@ -1,3 +1,10 @@
+lightdm (1.2.2-3) UNRELEASED; urgency=low
+
+  * debian/lightdm.pam:
+    - enable pam_loginuid.                                      closes: #677435
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Mon, 18 Jun 2012 17:43:57 +0200
+
 lightdm (1.2.2-2) unstable; urgency=low
 
   * debian/rules:

Modified: goodies/trunk/lightdm/debian/lightdm.pam
===================================================================
--- goodies/trunk/lightdm/debian/lightdm.pam	2012-06-14 05:24:14 UTC (rev 7059)
+++ goodies/trunk/lightdm/debian/lightdm.pam	2012-06-18 15:44:27 UTC (rev 7060)
@@ -13,6 +13,7 @@
 # is disabled, this returns success.)
 session [success=ok ignore=ignore module_unknown=ignore default=bad]    pam_selinux.so close
 session required        pam_limits.so
+session required        pam_loginuid.so
 @include common-session
 # SELinux needs to intervene at login time to ensure that the process
 # starts in the proper default security context. Only sessions which are




More information about the Pkg-xfce-commits mailing list