commit: abf9fef20f1da54ca161616c059afd10449baced Author: Sven Vermeulen <swift <AT> gentoo <DOT> org> AuthorDate: Sun May 17 05:22:20 2015 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Sun May 17 05:22:20 2015 +0000 URL: https://gitweb.gentoo.org/proj/pambase.git/commit/?id=abf9fef2
system-login: fix nested selinux comment URL: https://bugs.gentoo.org/540096 system-login.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-login.in b/system-login.in index e630918..137c40c 100644 --- a/system-login.in +++ b/system-login.in @@ -48,7 +48,7 @@ session include system-auth session optional pam_ck_connector.so nox11 #endif #if HAVE_SELINUX -# Note: modules that run in the user's context must come after this line. + # Note: modules that run in the user's context must come after this line. session required pam_selinux.so multiple open #endif #if HAVE_GNOME_KEYRING
