- disable root password (see "low-hanging fruit" discussion on

fedora-desktop-list)
This commit is contained in:
Ray Strode 2007-08-18 16:10:43 +00:00
parent e4426e1bdc
commit 4de9c7f165
2 changed files with 18 additions and 5 deletions

View File

@ -1,6 +1,6 @@
diff -up gdm-2.19.4/config/gdm.conf.in.change-defaults gdm-2.19.4/config/gdm.conf.in
--- gdm-2.19.4/config/gdm.conf.in.change-defaults 2007-07-10 23:08:26.000000000 -0400
+++ gdm-2.19.4/config/gdm.conf.in 2007-07-10 23:09:30.000000000 -0400
diff -up gdm-2.19.6/config/gdm.conf.in.change-defaults gdm-2.19.6/config/gdm.conf.in
--- gdm-2.19.6/config/gdm.conf.in.change-defaults 2007-08-18 11:36:12.000000000 -0400
+++ gdm-2.19.6/config/gdm.conf.in 2007-08-18 11:35:46.000000000 -0400
@@ -66,9 +66,9 @@ TimedLoginDelay=30
# should leave this alone.
#Chooser=@libexecdir@/gdmchooser
@ -96,6 +96,15 @@ diff -up gdm-2.19.4/config/gdm.conf.in.change-defaults gdm-2.19.4/config/gdm.con
# If true then the last login information is printed to the user before being
# prompted for password. While this gives away some info on what users are on
@@ -246,7 +246,7 @@ SecurityTokensDriver=
[security]
# Allow root to login. It makes sense to turn this off for kiosk use, when
# you want to minimize the possibility of break in.
-AllowRoot=false
+AllowRoot=true
# Allow login as root via XDMCP. This value will be overridden and set to
# false if the /etc/default/login file exists and contains
# "CONSOLE=/dev/login", and set to true if the /etc/default/login file exists
@@ -356,7 +356,7 @@ Enable=false
#GtkRC=@datadir@/themes/Default/gtk-2.0/gtkrc

View File

@ -17,7 +17,7 @@
Summary: The GNOME Display Manager
Name: gdm
Version: 2.19.6
Release: 2%{?dist}
Release: 3%{?dist}
Epoch: 1
License: GPLv2+
Group: User Interface/X
@ -56,7 +56,7 @@ Patch35: gdmsetup-path.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=467335
Patch36: gdm-2.19.5-disable-typeahead.patch
Patch100: gdm-2.19.4-change-defaults.patch
Patch100: gdm-2.19.6-change-defaults.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -355,6 +355,10 @@ fi
%{_datadir}/pixmaps/faces/extras/*.jpg
%changelog
* Sat Aug 18 2007 Ray Strode <rstrode@redhat.com> - 1:2.19.6-3
- disable root password (see "low-hanging fruit" discussion on
fedora-desktop-list)
* Thu Aug 16 2007 Ray Strode <rstrode@redhat.com> - 1:2.19.6-2
- disable type ahead in user list (bug 252991)