Skip to content

Reduce minimum timeout to 1 second

Johannes Hostert requested to merge JoJoModding/fprintd:master into master

Currently, pam_fprintd will not accept timeouts smaller than 10 seconds. Since the timeout is 30 seconds by default, this code path is only triggered when a user purposely chooses a smaller timeout. If users explicitly ask for it, why not allow it?

Merge request reports