From 0c4e5df3e0214c10390b672645d9f80ef4457392 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Thu, 28 Nov 2019 09:18:05 -0500 Subject: [PATCH] description --- debian/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index c2ef02a..ae5e48d 100644 --- a/debian/control +++ b/debian/control @@ -150,16 +150,16 @@ Description: enhances misc security settings . * Abort login for users with locked passwords. /usr/lib/security-misc/pam-abort-on-locked-password - . - * Protect Linux user accounts against brute force attacks. - Lock user accounts after 50 failed login attempts using pam_tally2. - /usr/share/pam-configs/tally2-security-misc . * Logging into the root account from a virtual, serial, whatnot console is prevented by shipping an existing and empty /etc/securetty. (Deletion of /etc/securetty has a different effect.) /etc/securetty.security-misc . + Protect Linux user accounts against brute force attacks. + Lock user accounts after 50 failed login attempts using pam_tally2. + /usr/share/pam-configs/tally2-security-misc + . informational output during Linux PAM: . * Show failed and remaining password attempts.