chiark / gitweb /
Add pam configuration to allow user sessions to work out of the box
[elogind.git] / src / login / systemd-user
diff --git a/src/login/systemd-user b/src/login/systemd-user
new file mode 100644 (file)
index 0000000..7b57dbf
--- /dev/null
@@ -0,0 +1,8 @@
+#%PAM-1.0
+
+# Used by systemd when launching systemd user instances.
+
+account include system-auth
+session include system-auth
+auth required pam_deny.so
+password required pam_deny.so