This commit is contained in:
Patrick Schleizer 2024-10-21 05:47:25 -04:00
parent fd34baff8f
commit 5991a23049
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -105,6 +105,8 @@ fi
##
## Checking exit code to avoid breaking when read-only disk boot but
## without ro-mode-init or grub-live being used.
##
## end-of-options ("--") unsupported by faillock.
if ! pam_faillock_output="$(faillock --dir "$pam_faillock_state_dir" --user "$PAM_USER")" ; then
true "$0: faillock non-zero exit code."
exit 0