[lightdm/f19] lightdm does not honor UID_MIN from /etc/login.defs (#907312)

Rex Dieter rdieter at fedoraproject.org
Mon Apr 15 03:01:52 UTC 2013


commit 5dad189f6c4ced0ecacb90a6cc96338def3cf544
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Sun Apr 14 22:01:46 2013 -0500

    lightdm does not honor UID_MIN from /etc/login.defs (#907312)

 ...nfig.patch => lightdm-1.6.0-fedora_config.patch |   17 ++++++++++++++---
 lightdm.spec                                       |    7 +++++--
 2 files changed, 19 insertions(+), 5 deletions(-)
---
diff --git a/lightdm-1.5.2-fedora_config.patch b/lightdm-1.6.0-fedora_config.patch
similarity index 57%
rename from lightdm-1.5.2-fedora_config.patch
rename to lightdm-1.6.0-fedora_config.patch
index b4ca364..90bd282 100644
--- a/lightdm-1.5.2-fedora_config.patch
+++ b/lightdm-1.6.0-fedora_config.patch
@@ -1,6 +1,6 @@
-diff -up lightdm-1.5.2/data/lightdm.conf.fedora_config lightdm-1.5.2/data/lightdm.conf
---- lightdm-1.5.2/data/lightdm.conf.fedora_config	2013-03-05 20:40:10.000000000 -0600
-+++ lightdm-1.5.2/data/lightdm.conf	2013-03-27 13:07:24.168239454 -0500
+diff -up lightdm-1.6.0/data/lightdm.conf.fedora_config lightdm-1.6.0/data/lightdm.conf
+--- lightdm-1.6.0/data/lightdm.conf.fedora_config	2013-04-14 16:45:25.000000000 -0500
++++ lightdm-1.6.0/data/lightdm.conf	2013-04-14 21:59:41.541537222 -0500
 @@ -19,9 +19,9 @@
  #start-default-seat=true
  #greeter-user=lightdm
@@ -39,3 +39,14 @@ diff -up lightdm-1.5.2/data/lightdm.conf.fedora_config lightdm-1.5.2/data/lightd
  #display-setup-script=
  #greeter-setup-script=
  #session-setup-script=
+diff -up lightdm-1.6.0/data/users.conf.fedora_config lightdm-1.6.0/data/users.conf
+--- lightdm-1.6.0/data/users.conf.fedora_config	2013-03-05 20:40:10.000000000 -0600
++++ lightdm-1.6.0/data/users.conf	2013-04-14 22:00:16.665888226 -0500
+@@ -9,6 +9,6 @@
+ # hidden-shells = Shells that indicate a user cannot login
+ #
+ [UserAccounts]
+-minimum-uid=500
++minimum-uid=1000
+ hidden-users=nobody nobody4 noaccess
+ hidden-shells=/bin/false /usr/sbin/nologin
diff --git a/lightdm.spec b/lightdm.spec
index 1f9e844..ab6ce06 100644
--- a/lightdm.spec
+++ b/lightdm.spec
@@ -6,7 +6,7 @@
 Name:    lightdm
 Summary: Lightweight Display Manager
 Version: 1.6.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 # library/bindings are LGPLv2 or LGPLv3, the rest GPLv3+
 License: (LGPLv2 or LGPLv3) and GPLv3+
@@ -23,7 +23,7 @@ Source6: lightdm.rules
 
 Patch0: lightdm-lock-screen-before-switch.patch
 ## Downstream patches:
-Patch10: lightdm-1.5.2-fedora_config.patch
+Patch10: lightdm-1.6.0-fedora_config.patch
 # hack in support for --nodaemon option
 Patch11: lightdm-1.2.2-nodaemon_option.patch
 
@@ -262,6 +262,9 @@ exit 0
 
 
 %changelog
+* Sun Apr 14 2013 Rex Dieter <rdieter at fedoraproject.org> 1.6.0-2
+- lightdm does not honor UID_MIN from /etc/login.defs (#907312)
+
 * Sun Apr 14 2013 Rex Dieter <rdieter at fedoraproject.org> 1.6.0-1
 - lightdm-1.6.0
 - No login key is writen in Mate-Desktop (#896130)


More information about the scm-commits mailing list