|
|
|
|
|
by Gigachad
1096 days ago
|
|
I'm not sure if the MacOS codebase gets as much review as Linux, but what makes MacOS more secure is that they utilize multiple layers of security. Finding a bug in a single component is often not enough. Which is why even after countless bugs found in macos and ios, we never see things like the secure enclave and encryption keys compromised, because they are layered out and unaffected by bugs in the OS. We are at the point where being bug free is impossible and patching after discovery is not good enough. Secure designs must protect against undiscovered bugs. |
|