You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
systemd-dissect and systemd-sysext both should automatically attempt to decrypt extension images with TPM-bound LUKS encryption. It's acceptable if they aren't capable of working on setups that require additional user interaction such as entering a PIN.
Describe alternatives you've considered
No response
The systemd version you checked that didn't have the feature you are asking for
Component
systemd-sysext
Is your feature request related to a problem? Please describe
Note
This issue mentions sysext only, but means both sysext and confext.
Currently,
systemd-sysextfails to merge DDI extension images with a LUKS-encrypted partition:Also,
systemd-dissectfails to mount such DDIs:This is especially useful for activating extension images bound to the intended device's TPM, available since #28519
Script to reproduce: encrypted-extimg-tpm.sh
Describe the solution you'd like
systemd-dissectandsystemd-sysextboth should automatically attempt to decrypt extension images with TPM-bound LUKS encryption. It's acceptable if they aren't capable of working on setups that require additional user interaction such as entering a PIN.Describe alternatives you've considered
No response
The systemd version you checked that didn't have the feature you are asking for
257.7
TODO
systemd-repart(requested here)