Hacker News new | ask | show | jobs
by daveloyall 3394 days ago
This is a specific instance of a more general question that Nebraska legislators are going to consider on Thursday: what pitfalls exist around the "right to repair" or even the "right to modify"?

Suppose a law is passed which forces my digital device manufacturer to allow me to install arbitrary firmware on my device. What could go wrong?

Well, it depends on how they implement it. If they remove signature verification during the firmware upgrade process, maybe some malicious person could change my firmware. I don't want that.

So, what they should do is give me the signing key. The design of the device doesn't need to change. We don't need to re-legalize "hacking" the digital lock. (https://en.wikipedia.org/wiki/Anti-circumvention)

Nope, the manufacturer just needs to include a copy of each device's unique key in the box when they sell the phone.

Leave the rest to the consumer.