summaryrefslogtreecommitdiff
path: root/daemon/slave.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/slave.c')
-rw-r--r--daemon/slave.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/daemon/slave.c b/daemon/slave.c
index bb7ee4c7..9103798a 100644
--- a/daemon/slave.c
+++ b/daemon/slave.c
@@ -3433,6 +3433,7 @@ session_child_run (struct passwd *pwent,
g_free (msg);
}
+START 1
/* Now still as root make the system authfile not readable by others,
and therefore not by the gdm user */
VE_IGNORE_EINTR (g_chmod (GDM_AUTHFILE (d), 0640));
@@ -3500,6 +3501,8 @@ session_child_run (struct passwd *pwent,
_("%s: Could not become %s. Aborting."), "session_child_run", login);
#endif
+END 1
+
/* Only force GDM_LANG to something if there is other then
* system default selected. Else let the session do whatever it
* does since we're using sys default */
@@ -3629,6 +3632,8 @@ session_child_run (struct passwd *pwent,
failsafe = TRUE;
}
+MOVE TO HERE
+
gdm_debug ("Running %s %s %s for %s on %s",
argv[0],
ve_sure_string (argv[1]),