[Pkg-xfce-commits] r9260 - in /goodies/trunk/lightdm/debian: changelog patches/05_debianize-pam-files.patch

Yves-Alexis Perez corsac at moszumanska.debian.org
Tue Sep 15 18:51:05 UTC 2015


Author: corsac
Date: Tue Sep 15 18:51:05 2015
New Revision: 9260

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9260
Log:
* debian/patches:
  - 05_debianize-pam-files updated, fix pam_env configuration and correctly
    load /etc/environment.                                    closes: #798967

Modified:
    goodies/trunk/lightdm/debian/changelog
    goodies/trunk/lightdm/debian/patches/05_debianize-pam-files.patch

Modified: goodies/trunk/lightdm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm/debian/changelog?rev=9260&op=diff
==============================================================================
--- goodies/trunk/lightdm/debian/changelog	(original)
+++ goodies/trunk/lightdm/debian/changelog	Tue Sep 15 18:51:05 2015
@@ -1,3 +1,11 @@
+lightdm (1.14.2-3) UNRELEASED; urgency=medium
+
+  * debian/patches:
+    - 05_debianize-pam-files updated, fix pam_env configuration and correctly
+      load /etc/environment.                                    closes: #798967
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 15 Sep 2015 20:49:49 +0200
+
 lightdm (1.14.2-2) unstable; urgency=medium
 
   * debian/liblightdm-qt-3-0.symbols updated for symbols removed due to the

Modified: goodies/trunk/lightdm/debian/patches/05_debianize-pam-files.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm/debian/patches/05_debianize-pam-files.patch?rev=9260&op=diff
==============================================================================
--- goodies/trunk/lightdm/debian/patches/05_debianize-pam-files.patch	(original)
+++ goodies/trunk/lightdm/debian/patches/05_debianize-pam-files.patch	Tue Sep 15 18:51:05 2015
@@ -1,6 +1,6 @@
 --- a/data/pam/lightdm
 +++ b/data/pam/lightdm
-@@ -1,20 +1,35 @@
+@@ -1,20 +1,36 @@
  #%PAM-1.0
  
  # Block login if they are globally disabled
@@ -9,7 +9,8 @@
  
  # Load environment from /etc/environment and ~/.pam_environment
 -auth      required pam_env.so
-+auth      required pam_env.so envfile=/etc/default/locale
++session      required pam_env.so readenv=1
++session      required pam_env.so readenv=1 envfile=/etc/default/locale
  
 -# Use /etc/passwd and /etc/shadow for passwords
 -auth      required pam_unix.so
@@ -49,18 +50,19 @@
 + at include common-password
 --- a/data/pam/lightdm-greeter
 +++ b/data/pam/lightdm-greeter
-@@ -1,7 +1,7 @@
+@@ -1,7 +1,8 @@
  #%PAM-1.0
  
  # Load environment from /etc/environment and ~/.pam_environment
 -auth      required pam_env.so
-+auth      required pam_env.so envfile=/etc/default/locale
++session      required pam_env.so readenv=1
++session      required pam_env.so readenv=1 envfile=/etc/default/locale
  
  # Always let the greeter start without authentication
  auth      required pam_permit.so
 --- a/data/pam/lightdm-autologin
 +++ b/data/pam/lightdm-autologin
-@@ -1,20 +1,35 @@
+@@ -1,20 +1,36 @@
  #%PAM-1.0
  
  # Block login if they are globally disabled
@@ -69,7 +71,8 @@
  
  # Load environment from /etc/environment and ~/.pam_environment
 -auth      required pam_env.so
-+auth      required pam_env.so envfile=/etc/default/locale
++session      required pam_env.so readenv=1
++session      required pam_env.so readenv=1 envfile=/etc/default/locale
  
  # Allow access without authentication
  auth      required pam_permit.so




More information about the Pkg-xfce-commits mailing list