From c4ab4637495c32a213735f26616310fbf448c3ff Mon Sep 17 00:00:00 2001 From: Felipe Sateler Date: Mon, 10 Oct 2016 10:40:05 -0300 Subject: [PATCH] login: drop fedora-specific PAM config, add note to DISTRO_PORTING (#4314) It is impossible to ship a fully generic PAM configuration upstream. Therefore, ship a minimal configuration with the elogind --user requirements, and add a note to DISTRO_PORTING documenting this. Fixes #4284 --- src/login/elogind-user.m4 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/login/elogind-user.m4 b/src/login/elogind-user.m4 index f188a8e54..be2a04d1d 100644 --- a/src/login/elogind-user.m4 +++ b/src/login/elogind-user.m4 @@ -2,11 +2,9 @@ # # 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 required pam_loginuid.so -session include system-auth +session optional pam_elogind.so -- 2.30.2