From a13cff19ce8a52e4f5c436e3cc84355691ed6341 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 17 Sep 2015 17:15:28 +0200 Subject: pam: systemd-user - call selinux module https://bugzilla.redhat.com/show_bug.cgi?id=1262933 --- src/login/systemd-user.m4 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/login/systemd-user.m4 (limited to 'src/login/systemd-user.m4') diff --git a/src/login/systemd-user.m4 b/src/login/systemd-user.m4 new file mode 100644 index 0000000000..7933508f2b --- /dev/null +++ b/src/login/systemd-user.m4 @@ -0,0 +1,11 @@ +# This file is part of systemd. +# +# Used by systemd --user instances. + +account include system-auth + +m4_ifdef(`HAVE_SELINUX', +session required pam_selinux.so close +session required pam_selinux.so nottys open +)m4_dnl +session include system-auth -- cgit v1.2.3-54-g00ecf