Kai Lüke

Results 483 comments of Kai Lüke

With `flatcar-reset` being available now we can make it a little bit easier for users to not shoot themselves in the foot with OS images that have been booted. But...

Here the recommendation for `DM_VERTIY` settings: ``` CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG_SECONDARY_KEYRING CONFIG_INTEGRITY_MACHINE_KEYRING CONFIG_IMA_ARCH_POLICY ``` (The last is for IMA policy usage) I guess this should go along with a kernel update to something...

With that done we could enroll a pub key into the keyring and use the private key for signing dm-verity systemd-sysext images. Edit: We also need a way to tell...