From fd6ea8a3f4999133f8ac036a23584c3e5f9e9b3f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 17 Dec 2016 03:04:41 -0500 Subject: ./tools/notsd-move --- src/grp-login/systemd-logind/systemd-user.pam.m4 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/grp-login/systemd-logind/systemd-user.pam.m4 (limited to 'src/grp-login/systemd-logind/systemd-user.pam.m4') diff --git a/src/grp-login/systemd-logind/systemd-user.pam.m4 b/src/grp-login/systemd-logind/systemd-user.pam.m4 new file mode 100644 index 0000000000..e33963b125 --- /dev/null +++ b/src/grp-login/systemd-logind/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 -- cgit v1.2.3-54-g00ecf