public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-packager] epel10: fkinit: disable the timeouts for systemd-ask-password
@ 2026-06-25 13:19 Jens Petersen
  0 siblings, 0 replies; only message in thread
From: Jens Petersen @ 2026-06-25 13:19 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/fedora-packager
Branch : epel10
Commit : f16a03c6042d8831edcec60e1b02edebab917652
Author : Jens Petersen <petersen@redhat.com>
Date   : 2025-10-11T14:32:23+08:00
Stats  : +2/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/fedora-packager/c/f16a03c6042d8831edcec60e1b02edebab917652?branch=epel10

Log:
fkinit: disable the timeouts for systemd-ask-password

---
diff --git a/fkinit b/fkinit
index d8b1e17..7df469b 100755
--- a/fkinit
+++ b/fkinit
@@ -109,8 +109,8 @@ fi
 
 kinit -n @$domain -c FILE:$armorcache
 
-F_PASSWORD=$(systemd-ask-password "FAS password:")
-F_OTP=${FKINIT_OTP:-$(systemd-ask-password "FAS OTP (leave blank if not configured):")}
+F_PASSWORD=$(systemd-ask-password --timeout=0 "FAS password:")
+F_OTP=${FKINIT_OTP:-$(systemd-ask-password --timeout=0 "FAS OTP (leave blank if not configured):")}
 
 kinit -T FILE:$armorcache $_arg_user@$domain <<< "${F_PASSWORD}${F_OTP}" >/dev/null
 unset F_PASSWORD

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-25 13:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25 13:19 [rpms/fedora-packager] epel10: fkinit: disable the timeouts for systemd-ask-password Jens Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox