]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/home/homed-home.c
homed: fix home_count_bad_authentication() counting
authorLennart Poettering <lennart@poettering.net>
Tue, 28 Nov 2023 08:52:17 +0000 (09:52 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 4 Jan 2024 14:26:49 +0000 (23:26 +0900)
commitcc943ab86ef117ecd2499ea654cee552fb84d316
tree68e500024186a4570599ba7dcf4b5c3d9d1b0fe8
parent28b42199d03d0a71cb82322c4961df1e71937ed3
homed: fix home_count_bad_authentication() counting

We want to cover not only regular bad password entries, but also bad
recovery key entries. Hence let's move the list of errors into the
function, and add more.
src/home/homed-home.c