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

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


commit 5db26f4d0cabfc132c590b6d5171622cfb60f22d
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Sun Apr 14 22:03:35 2013 -0500

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

 lightdm-1.4.1-fedora_config.patch |   13 ++++++++++++-
 lightdm.spec                      |    5 ++++-
 2 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/lightdm-1.4.1-fedora_config.patch b/lightdm-1.4.1-fedora_config.patch
index b2498e0..2147b69 100644
--- a/lightdm-1.4.1-fedora_config.patch
+++ b/lightdm-1.4.1-fedora_config.patch
@@ -1,6 +1,6 @@
 diff -up lightdm-1.4.1/data/lightdm.conf.fedora_config lightdm-1.4.1/data/lightdm.conf
 --- lightdm-1.4.1/data/lightdm.conf.fedora_config	2012-10-04 23:02:08.000000000 -0500
-+++ lightdm-1.4.1/data/lightdm.conf	2013-03-27 13:12:04.510734691 -0500
++++ lightdm-1.4.1/data/lightdm.conf	2013-04-14 22:02:26.499489260 -0500
 @@ -19,9 +19,9 @@
  #start-default-seat=true
  #greeter-user=lightdm
@@ -39,3 +39,14 @@ diff -up lightdm-1.4.1/data/lightdm.conf.fedora_config lightdm-1.4.1/data/lightd
  #display-setup-script=
  #greeter-setup-script=
  #session-setup-script=
+diff -up lightdm-1.4.1/data/users.conf.fedora_config lightdm-1.4.1/data/users.conf
+--- lightdm-1.4.1/data/users.conf.fedora_config	2012-10-04 23:02:08.000000000 -0500
++++ lightdm-1.4.1/data/users.conf	2013-04-14 22:02:50.079053571 -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 54fa776..17c7666 100644
--- a/lightdm.spec
+++ b/lightdm.spec
@@ -6,7 +6,7 @@
 Name:    lightdm
 Summary: Lightweight Display Manager
 Version: 1.4.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 # library/bindings are LGPLv3, the rest GPLv3+
 License: LGPLv3+ and GPLv3+
@@ -255,6 +255,9 @@ exit 0
 
 
 %changelog
+* Sun Apr 14 2013 Rex Dieter <rdieter at fedoraproject.org> 1.4.1-3
+- lightdm does not honor UID_MIN from /etc/login.defs (#907312)
+
 * Sun Apr 14 2013 Rex Dieter <rdieter at fedoraproject.org> 1.4.1-2
 - No login key is writen in Mate-Desktop (#896130)
 


More information about the scm-commits mailing list