~lightdm-team/lightdm/1.2

« back to all changes in this revision

Viewing changes to src/seat.c

  • Committer: Robert Ancell
  • Date: 2012-03-20 05:11:28 UTC
  • Revision ID: robert.ancell@canonical.com-20120320051128-3pz5ies6mxx2pdik
Call initgroups before pam_setcred - this allows pam_setcred to change group membership correctly

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
    {
259
259
        process_set_env (script, "LIGHTDM_TEST_STATUS_SOCKET", g_getenv ("LIGHTDM_TEST_STATUS_SOCKET"));
260
260
        process_set_env (script, "LIGHTDM_TEST_CONFIG", g_getenv ("LIGHTDM_TEST_CONFIG"));
261
 
        process_set_env (script, "LIGHTDM_TEST_HOME_DIR", g_getenv ("LIGHTDM_TEST_HOME_DIR"));
 
261
        process_set_env (script, "LIGHTDM_TEST_ROOT", g_getenv ("LIGHTDM_TEST_ROOT"));
262
262
        process_set_env (script, "LD_PRELOAD", g_getenv ("LD_PRELOAD"));
263
263
        process_set_env (script, "LD_LIBRARY_PATH", g_getenv ("LD_LIBRARY_PATH"));
264
264
        process_set_env (script, "PATH", g_getenv ("PATH"));