summaryrefslogtreecommitdiff
path: root/data/pam-lfs/gdm-launch-environment.pam
diff options
context:
space:
mode:
authorArmin K <krejzi@email.com>2013-03-27 12:30:27 +0100
committerRay Strode <rstrode@redhat.com>2013-07-30 09:07:58 -0400
commitca89cbe90131693c12a8e30256755d62f745e385 (patch)
tree5cfc74fa2dbb869be854d4fc7712fc587b3670c1 /data/pam-lfs/gdm-launch-environment.pam
parent95975ad7a000a2ef6e4ffb71d0f0276571e2622b (diff)
downloadgdm-ca89cbe90131693c12a8e30256755d62f745e385.tar.gz
data: update PAM configuration files for LFS distribution
Without this fix, GDM refuses to start up saying that pam_systemd.so isn't initialised. https://bugzilla.gnome.org/show_bug.cgi?id=696577
Diffstat (limited to 'data/pam-lfs/gdm-launch-environment.pam')
-rw-r--r--data/pam-lfs/gdm-launch-environment.pam5
1 files changed, 3 insertions, 2 deletions
diff --git a/data/pam-lfs/gdm-launch-environment.pam b/data/pam-lfs/gdm-launch-environment.pam
index d926c79d..f9507a08 100644
--- a/data/pam-lfs/gdm-launch-environment.pam
+++ b/data/pam-lfs/gdm-launch-environment.pam
@@ -1,4 +1,4 @@
-# Begin /etc/pam.d/gdm-welcome
+# Begin /etc/pam.d/gdm-launch-environment
auth required pam_env.so
auth required pam_permit.so
@@ -8,6 +8,7 @@ account include system-account
password required pam_deny.so
+session required pam_systemd.so kill-session-processes=1
session optional pam_keyinit.so force revoke
-# End /etc/pam.d/gdm-welcome
+# End /etc/pam.d/gdm-launch-environment