summaryrefslogtreecommitdiff
path: root/data/pam-redhat/gdm-autologin.pam
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2015-01-16 09:46:26 -0500
committerRay Strode <rstrode@redhat.com>2015-01-16 09:48:27 -0500
commit4d25bda84d9ed57efecb8a6444ef8d978f74b2d6 (patch)
treefa51b864e1402ef2bc300876a544971535477800 /data/pam-redhat/gdm-autologin.pam
parented45a1d0763b348bf3a3a71c9bef67dd0545a019 (diff)
downloadgdm-4d25bda84d9ed57efecb8a6444ef8d978f74b2d6.tar.gz
Revert "pam: drop postlogin from fedora pam config"
This reverts commit 76d26d8c1c37c6bd38bcac082d5cc62670fe5d39. It breaks pam_ecryptfs. Downstream: https://bugzilla.redhat.com/show_bug.cgi?id=1174366 https://bugzilla.gnome.org/show_bug.cgi?id=743045
Diffstat (limited to 'data/pam-redhat/gdm-autologin.pam')
-rw-r--r--data/pam-redhat/gdm-autologin.pam2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/pam-redhat/gdm-autologin.pam b/data/pam-redhat/gdm-autologin.pam
index 08d4543e..0616e66f 100644
--- a/data/pam-redhat/gdm-autologin.pam
+++ b/data/pam-redhat/gdm-autologin.pam
@@ -1,6 +1,7 @@
#%PAM-1.0
auth required pam_env.so
auth required pam_permit.so
+auth include postlogin
account required pam_nologin.so
account include system-auth
password include system-auth
@@ -12,3 +13,4 @@ session required pam_selinux.so open
session optional pam_keyinit.so force revoke
session required pam_namespace.so
session include system-auth
+session include postlogin