From 2ebfa91823db74a5aea680e6c561a09b709b84ac Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Tue, 17 Jul 2012 17:30:36 -0400 Subject: daemon: Rename GdmWelcomeSession to GdmLaunchEnvironment "GdmWelcomeSession" was always a sort of bad name, as it is not a GdmSession, itself (it has-a GdmSession), and it's unnecessarily generic; it doesn't really have anything to do with "Welcome" or "Session" itself. It managed a non-user GdmSession, spawned the process in the correct environment (spawning a DBus daemon if need be) and made sure to keep track of it until it died. I think "GdmLaunchEnvironment" is an appropriate name for this. https://bugzilla.gnome.org/show_bug.cgi?id=678057 --- data/pam-openembedded/gdm-launch-environment.pam | 9 +++++++++ data/pam-openembedded/gdm-welcome.pam | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 data/pam-openembedded/gdm-launch-environment.pam delete mode 100644 data/pam-openembedded/gdm-welcome.pam (limited to 'data/pam-openembedded') diff --git a/data/pam-openembedded/gdm-launch-environment.pam b/data/pam-openembedded/gdm-launch-environment.pam new file mode 100644 index 00000000..602217b1 --- /dev/null +++ b/data/pam-openembedded/gdm-launch-environment.pam @@ -0,0 +1,9 @@ +#%PAM-1.0 +auth required pam_env.so +auth required pam_permit.so +account required pam_nologin.so +account include common-account +password include common-auth +session required pam_loginuid.so +session optional pam_keyinit.so force revoke +session include common-session diff --git a/data/pam-openembedded/gdm-welcome.pam b/data/pam-openembedded/gdm-welcome.pam deleted file mode 100644 index 602217b1..00000000 --- a/data/pam-openembedded/gdm-welcome.pam +++ /dev/null @@ -1,9 +0,0 @@ -#%PAM-1.0 -auth required pam_env.so -auth required pam_permit.so -account required pam_nologin.so -account include common-account -password include common-auth -session required pam_loginuid.so -session optional pam_keyinit.so force revoke -session include common-session -- cgit v1.2.1