cm0002@programming.dev to Linux@programming.dev · 2 days agoNew Linux Security Flaw Uses Initramfs to Inject Malwarewww.omgubuntu.co.ukexternal-linkmessage-square28fedilinkarrow-up193arrow-down14
arrow-up189arrow-down1external-linkNew Linux Security Flaw Uses Initramfs to Inject Malwarewww.omgubuntu.co.ukcm0002@programming.dev to Linux@programming.dev · 2 days agomessage-square28fedilink
minus-squareInfernal_pizza@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·1 day agoThat makes sense. Would a signed initramfs be possible though? Since it’s usually rebuilt after most system updates?
minus-square9tr6gyp3@lemmy.worldlinkfedilinkEnglisharrow-up2·1 day agoDepends on the OS, but you can generally have mkinitcpio handle generating new UKIs after updates and also have it trigger something like sbctl to re-sign images.
That makes sense. Would a signed initramfs be possible though? Since it’s usually rebuilt after most system updates?
Depends on the OS, but you can generally have
mkinitcpio
handle generating new UKIs after updates and also have it trigger something likesbctl
to re-sign images.