]> git.ipfire.org Git - thirdparty/systemd.git/commit
sysext: do not attempt to unlock images interactively
authorLuca Boccassi <luca.boccassi@gmail.com>
Tue, 26 Aug 2025 18:12:53 +0000 (19:12 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 17 Sep 2025 12:07:30 +0000 (14:07 +0200)
commit09f655ad4af59ef4ff8ebd02ca5421f8901cb16b
tree5b90d78ea94ea0679692f50c457834683c914173
parenta17982337960db85680f288ad803746b0b5be5f7
sysext: do not attempt to unlock images interactively

These images are not using a passphrase, they are using keys
or at most TPM-based sealing (not yet implemented, for contexts).

Do not use the interactive helper, as it will block and ask the
user for a password if it fails to find the signing cert, which
is not useful for this tool.

Fixes https://github.com/systemd/systemd/issues/33179
src/sysext/sysext.c