summaryrefslogtreecommitdiffstats
path: root/kde/post-install/sddm-qt5/pam.d/sddm-greeter
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-05-26 13:25:55 +0200
committer Eric Hameleers <alien@slackware.com>2020-05-26 13:25:55 +0200
commit3c5eca74e04fad95927a07e13eec0744f407584d (patch)
tree4361c2ee886009ce369363cea0d3d54949f4eae8 /kde/post-install/sddm-qt5/pam.d/sddm-greeter
parent7db7710238ce4440d28d09ec56eea8122c77a37f (diff)
downloadktown-3c5eca74e04fad95927a07e13eec0744f407584d.tar.gz
ktown-3c5eca74e04fad95927a07e13eec0744f407584d.tar.xz
SDDM: updated PAM configs allow root login
Diffstat (limited to '')
-rw-r--r--kde/post-install/sddm-qt5/pam.d/sddm-greeter14
1 files changed, 7 insertions, 7 deletions
diff --git a/kde/post-install/sddm-qt5/pam.d/sddm-greeter b/kde/post-install/sddm-qt5/pam.d/sddm-greeter
index 7c77b68..c7bd8a3 100644
--- a/kde/post-install/sddm-qt5/pam.d/sddm-greeter
+++ b/kde/post-install/sddm-qt5/pam.d/sddm-greeter
@@ -1,18 +1,18 @@
#%PAM-1.0
# Load environment from /etc/environment and ~/.pam_environment
-auth required pam_env.so
+auth required pam_env.so
# Always let the greeter start without authentication
-auth required pam_permit.so
+auth required pam_permit.so
# No action required for account management
-account required pam_permit.so
+account required pam_permit.so
# Can't change password
-password required pam_deny.so
+password required pam_deny.so
# Setup session
-session required pam_unix.so
-session optional pam_systemd.so
-session optional pam_elogind.so
+session required pam_unix.so
+-session optional pam_systemd.so
+-session optional pam_elogind.so