aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2015-05-17 01:22:20 -0400
committerMike Frysinger <vapier@gentoo.org>2015-05-17 01:22:20 -0400
commitabf9fef20f1da54ca161616c059afd10449baced (patch)
tree183466db5176fb8dfe6239d99ed7ec1e04f37269
parentsystem-login: move pam_gnome_keyring after pam_selinux (diff)
downloadpambase-abf9fef20f1da54ca161616c059afd10449baced.tar.gz
pambase-abf9fef20f1da54ca161616c059afd10449baced.tar.bz2
pambase-abf9fef20f1da54ca161616c059afd10449baced.zip
system-login: fix nested selinux comment
URL: https://bugs.gentoo.org/540096
-rw-r--r--system-login.in2
1 files changed, 1 insertions, 1 deletions
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