swift 15/04/17 15:07:25 Added: pambase-20150213-selinux-note.patch Log: Fix bug #540096 - Do not treat # Note as a preprocessor directive (build failure occurs otherwise) (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Revision Changes Path 1.1 sys-auth/pambase/files/pambase-20150213-selinux-note.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/files/pambase-20150213-selinux-note.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/files/pambase-20150213-selinux-note.patch?rev=1.1&content-type=text/plain Index: pambase-20150213-selinux-note.patch =================================================================== --- system-login.in.orig 2015-04-17 16:58:02.247000000 +0200 +++ system-login.in 2015-04-17 16:58:07.684000000 +0200 @@ -48,7 +48,7 @@ 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
