summaryrefslogtreecommitdiff
path: root/src/grp-login/pam_systemd/systemd-user.pam.m4
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-login/pam_systemd/systemd-user.pam.m4')
-rw-r--r--src/grp-login/pam_systemd/systemd-user.pam.m412
1 files changed, 12 insertions, 0 deletions
diff --git a/src/grp-login/pam_systemd/systemd-user.pam.m4 b/src/grp-login/pam_systemd/systemd-user.pam.m4
new file mode 100644
index 0000000000..e33963b125
--- /dev/null
+++ b/src/grp-login/pam_systemd/systemd-user.pam.m4
@@ -0,0 +1,12 @@
+# This file is part of systemd.
+#
+# Used by systemd --user instances.
+
+account required pam_unix.so
+
+m4_ifdef(`HAVE_SELINUX',
+session required pam_selinux.so close
+session required pam_selinux.so nottys open
+)m4_dnl
+session required pam_loginuid.so
+session optional pam_systemd.so