After taking over the process #1, Lennart Poettering decided to go deeper and take over kernel, initrd and bootloader. I sometimes wonder whether he is on the NSA payroll. Lennart Poettering and Moxie Marlinspike are two people NSA should really strive to buy and/or intimidate.
Instead of attacking the person (ad-hominem), how about discussing the technical merits and deficiencies of the proposed solution to a real problem that no Linux distro has tackled so far? I'm sure the NSA is happy about unauthenticated initrds. I'd be very surprised if such manipulation was never used in practice.
Authenticated Boot and Disk Encryption on Linux
101–110 of 214 posts
Re: Authenticated Boot and Disk Encryption on Linux
#102After taking over the process #1, Lennart Poettering decided to go deeper and take over kernel, initrd and bootloader. I sometimes wonder whether he is on the NSA payroll. Lennart Poettering and Moxie Marlinspike are two people NSA should really strive to buy and/or intimidate.
Signal is partly funded by the US government: https://www.opentech.fund/results/supported-projects/open-wh...
Re: Authenticated Boot and Disk Encryption on Linux
#103Earlier quoted context omitted.
Let's put it this way: say you want to prevent somebody from getting the data on a disk. Wouldn't writing random data over the entire disk be a good idea?
blkdiscard /dev/nvme0n1 No need to write anything. Better would be to use nvme tools to securely erase it ("format" is the terminology used)
Your flash drive can't then be used as evidence that you haven't wiped it yet.
The initrd on the drive would be evidence you haven't wiped the drive.
Whether that gets you out of a jam and not in trouble for destroying evidence is another question.
Re: Authenticated Boot and Disk Encryption on Linux
#104https://github.com/xmikos/cryptboot/blob/master/README.md
I don't think a 5 year old project linked without context is appropriate when talking about modern boot chain security. It doesn't even support stubs so it fails at the first threat scenario described in this post.
Re: Authenticated Boot and Disk Encryption on Linux
#105After taking over the process #1, Lennart Poettering decided to go deeper and take over kernel, initrd and bootloader. I sometimes wonder whether he is on the NSA payroll. Lennart Poettering and Moxie Marlinspike are two people NSA should really strive to buy and/or intimidate.
Instead of attacking the person (ad-hominem), how about discussing the technical merits and deficiencies of the proposed solution to a real problem that no Linux distro has tackled so far? I'm sure the NSA is happy about unauthenticated initrds. I'd be very surprised if such manipulation was never used in practice.
Re: Authenticated Boot and Disk Encryption on Linux
#106Earlier quoted context omitted.
I don't think a 5 year old project linked without context is appropriate when talking about modern boot chain security. It doesn't even support stubs so it fails at the first threat scenario described in this post.
I disagree. UEFI boot security is not that recent, and it hasn't changed so much as to render earliest approaches less secure.
Re: Authenticated Boot and Disk Encryption on Linux
#107Earlier quoted context omitted.
Instead of attacking the person (ad-hominem), how about discussing the technical merits and deficiencies of the proposed solution to a real problem that no Linux distro has tackled so far? I'm sure the NSA is happy about unauthenticated initrds. I'd be very surprised if such manipulation was never used in practice.
Their accusations are bold and brash, but this is not an ad-hominem.
Re: Authenticated Boot and Disk Encryption on Linux
#108Earlier quoted context omitted.
Strip the signature and sign with your own key? It's possible as a part of the Secure Boot model.
That ^^ feels like an important part of the HowTo. Is there one, that includes this step already?
Re: Authenticated Boot and Disk Encryption on Linux
#109Earlier quoted context omitted.
> This way the big disk can have full, real FDE (not LUKS). I thought LUKS was the only way to do FDE in Linux. What other options for FDE are there? But yes, putting /boot on an external USB drive is the only way I know of get FDE on your hard drives. Possible with UEFI, not BIOS/MBR.
LUKS leaves encryption metadata unencrypted. For real FDE, use "plain dm-crypt" with cryptsetup: https://security.stackexchange.com/questions/109223/what-doe... > Possible with UEFI, not BIOS/MBR. Why do you think that? I have this setup on a modern (UEFI) computer, but I use the old BIOS/MBR interface.
Except for ruling out plausible deniability, what problem does this pose?
Re: Authenticated Boot and Disk Encryption on Linux
#110I highly recommend taking a look at either of these projects if you want be able to improve both your convenience through auto unlocking, and security through broadened scope of audit.