From 173606891ad0c064a22b4ec0aee772105d8be54a Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Tue, 8 Apr 2025 06:48:29 -0400 Subject: [PATCH] output --- usr/libexec/security-misc/pam-info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/libexec/security-misc/pam-info b/usr/libexec/security-misc/pam-info index 240dc1e..afd8ac4 100755 --- a/usr/libexec/security-misc/pam-info +++ b/usr/libexec/security-misc/pam-info @@ -201,7 +201,7 @@ $0: ERROR: Login blocked after $failed_login_counter attempts. To unlock, run the following command as superuser: (If you still have a sudo/root shell somewhere.) -faillock --reset --user $PAM_USER +faillock --dir $pam_faillock_state_dir --reset --user $PAM_USER However, most likely unlock procedure is required. First boot into recovery mode at grub boot menu and then run above command.