Reduce minimum timeout to 1 second
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?