[Pkg-xfce-commits] r9447 - in /goodies/trunk/lightdm/debian: changelog patches/05_debianize-pam-files.patch
Yves-Alexis Perez
corsac at moszumanska.debian.org
Sat Jul 2 20:12:19 UTC 2016
Author: corsac
Date: Sat Jul 2 20:12:19 2016
New Revision: 9447
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9447
Log:
* debian/patches/05_debianize-pam-files.patch:
- disable autologin by default for root user (as with GDM3).
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=9447&op=diff
==============================================================================
--- goodies/trunk/lightdm/debian/changelog (original)
+++ goodies/trunk/lightdm/debian/changelog Sat Jul 2 20:12:19 2016
@@ -1,3 +1,10 @@
+lightdm (1.18.2-2) UNRELEASED; urgency=medium
+
+ * debian/patches/05_debianize-pam-files.patch:
+ - disable autologin by default for root user (as with GDM3).
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sat, 02 Jul 2016 22:11:51 +0200
+
lightdm (1.18.2-1) unstable; urgency=medium
* New upstream bugfix release.
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=9447&op=diff
==============================================================================
--- goodies/trunk/lightdm/debian/patches/05_debianize-pam-files.patch (original)
+++ goodies/trunk/lightdm/debian/patches/05_debianize-pam-files.patch Sat Jul 2 20:12:19 2016
@@ -62,7 +62,7 @@
auth required pam_permit.so
--- a/data/pam/lightdm-autologin
+++ b/data/pam/lightdm-autologin
-@@ -1,20 +1,36 @@
+@@ -1,20 +1,37 @@
#%PAM-1.0
# Block login if they are globally disabled
@@ -75,6 +75,7 @@
+session required pam_env.so readenv=1 envfile=/etc/default/locale
# Allow access without authentication
++auth required pam_succeed_if.so user != root quiet_success
auth required pam_permit.so
-# Stop autologin if account requires action
More information about the Pkg-xfce-commits
mailing list