Live data from Hacker News

How Secure Boot Works on M1 Series Macs

eclecticlight.co

11–20 of 117 posts

Re: How Secure Boot Works on M1 Series Macs

#13
post #9

Earlier quoted context omitted.

which is literally the case for any security system lol

Yet companies still try to convince you otherwise...

Show me where Apple says they protect against attackers who already have your passcode.

Re: How Secure Boot Works on M1 Series Macs

#17
post #11

Could anyone explain how the firmware (implementing UEFI, I assume) interacts with the components described here? My knowledge is limited to Tianocore edk2 on amd64 platforms.

There is no UEFI, only a simple boot ROM and the first stage of iBoot is in NOR flash. The rest is all on NVMe. There is a detailed description here:

https://github.com/AsahiLinux/docs/wiki/M1-vs.-PC-Boot

Re: How Secure Boot Works on M1 Series Macs

#18

Earlier quoted context omitted.

Yet companies still try to convince you otherwise...

Show me where Apple says they protect against attackers who already have your passcode.

That's not what I was talking about... secure boot and locked boot loaders are "protected" with keys held by manufacturers...

Re: How Secure Boot Works on M1 Series Macs

#20
post #6

completely insecure if you are not the only one with the key

How do you secure something when other's know the secret? There has to be some "secret" (aka key) that some definition of "you" only knows, that the system then tests against (hopefully via some kind of asymmetric system or hash).

Public/private keys?

In this case, since others already know it, signing something is sufficient.

Post reply on HN