this post was submitted on 21 Feb 2026
0 points (NaN% liked)

Technology

82227 readers
4334 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

The creator of systemd (Lennart Poettering) has recently created a new company dedicated to bringing hardware attestation to open source software.

What might this entail? A previous blog post could provide some clues:

So, let's see how I would build a desktop OS. The trust chain matters, from the boot loader all the way to the apps. This means all code that is run must be cryptographically validated before it is run. This is in fact where big distributions currently fail pretty badly. This is a fault of current Linux distributions though, not of SecureBoot in general.

If this technology is successful, the end result could be that we would see our Linux laptops one day being as locked down as an Iphone or Android device.

There are lots of others who are equally concerned about this possibility: https://news.ycombinator.com/item?id=46784572

top 7 comments
sorted by: hot top controversial new old
[–] tabular@lemmy.world 1 point 1 week ago

Who decides what SecureBoot considers trustworthy? If SecureBoot is controlled by someone else then it can be used against the user. The aversion to SecureBoot is justified.

[–] cmnybo@discuss.tchncs.de 0 points 1 week ago (1 child)

Secureboot is worthless if the Microsoft keys are still enabled. It should only allow code that you sign yourself to boot.

[–] Godort@lemmy.ca 0 points 1 week ago (2 children)

If the end user can arbitrarily sign code themselves that is bootable then it kind of defeats the purpose of secure boot.

The whole idea is that it makes it impossible to start if the chain of trust is broken.

[–] cmnybo@discuss.tchncs.de 1 point 1 week ago

It keeps someone from booting code that hasn't been signed with my key. That's the whole point of secure boot. If someone else has the key, then it's not secure anymore.

[–] nyan@lemmy.cafe 0 points 1 week ago (1 child)

The chain of trust starts with the owner of the hardware, not some random corporation that happens to make an OS. The owner can, if they wish, outsource the root of the chain of trust to a corporation, but that should be an active decision on their part, not something that happens just because the hardware was shipped with some random OS preloaded.

[–] jj4211@lemmy.world 0 points 1 week ago (1 child)

The thing is in such a case secureboot doesn't help and is unnecessary. Secureboot only does anything for the concept of "trusted suppliers".

If the system has available signing keys for itself, well, hypothetical malware could sign itself using those same keys The OS security mechanisms are the only things protecting that, and in which case the signature validation is redundant.

You can have trusted boot, e.g. LUKS volume sealed to TPM PCRs, but secureboot just doesnt make sense as a mechanism for a user to only trust themselves.

[–] nyan@lemmy.cafe 1 point 1 week ago

Thing is, that means you don't really own the hardware that you buy, because a corporation is dictating what you can do with it even though it doesn't belong to them. Most of us consider that unacceptable.