description

This commit is contained in:
Patrick Schleizer 2019-11-28 09:18:05 -05:00
parent 5ac2a6f9ac
commit 0c4e5df3e0
No known key found for this signature in database
GPG key ID: CB8D50BB77BB3C48

8
debian/control vendored
View file

@ -150,16 +150,16 @@ Description: enhances misc security settings
. .
* Abort login for users with locked passwords. * Abort login for users with locked passwords.
/usr/lib/security-misc/pam-abort-on-locked-password /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 * Logging into the root account from a virtual, serial, whatnot console is
prevented by shipping an existing and empty /etc/securetty. prevented by shipping an existing and empty /etc/securetty.
(Deletion of /etc/securetty has a different effect.) (Deletion of /etc/securetty has a different effect.)
/etc/securetty.security-misc /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: informational output during Linux PAM:
. .
* Show failed and remaining password attempts. * Show failed and remaining password attempts.