From d265d4c5cc8ab04b30d6c385b8cf1c303c7b74ba Mon Sep 17 00:00:00 2001 From: Krejzi Date: Sun, 11 Mar 2012 15:47:47 +0000 Subject: [PATCH] remove pam_securetty from shadow instructions for now git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9673 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- postlfs/security/shadow.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/postlfs/security/shadow.xml b/postlfs/security/shadow.xml index 5bd421fe62..717056dac4 100644 --- a/postlfs/security/shadow.xml +++ b/postlfs/security/shadow.xml @@ -409,8 +409,10 @@ auth optional pam_faildelay.so delay=3000000 # Check to make sure that the user is allowed to login auth requisite pam_nologin.so -# Check to make sure that root is allowed to login -auth required pam_securetty.so +# Check to make sure that root is allowed to login +# Disabled by default. You will need to create /etc/securetty +# file for this module to function. See man 5 securetty. +#auth required pam_securetty.so # Additional group memberships - disabled by default #auth optional pam_group.so