Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

lsquare

macrumors 6502a
Original poster
Apple's press release mentions Memory Integrity Enforcement, but seems to be only for the M5 Pro/Max. In another document, Apple indicates the base M5 also supports Memory Integrity Enforcement. I wonder why there is an inconsistent messaging regarding this feature. So is macOS officially supporting this feature now?
 
"Memory Integrity Enforcement (MIE), is a comprehensive memory safety defense for Apple platforms available on A19 and M5 processors or later"
 
Depends on what OS you run since only Tahoe support MIE
So only macs with M5 family+Tahoe and the upcoming Macbook Neo if it has 19 and not a18
 
And MIE on macOS 26+ w/M5 will require the developers to update their app with Extended Security to enable memory tagging, so I can't see a ton of apps doing this.

However, knowing that Passwords.app likely will be one of the shipping 70+ components in macOS Tahoe with MIE enabled makes the feature seem very worthwhile.
 
Is it something like ECC? I haven't checked what it is yet

No, it’s a way to ensure that memory is used by software as was intended by the developers. Historically, working with memory has been error-prone, since easy-to-overlook mistakes could result in code that can read or write data outside the intended memory locations. The big implication of this is security, as hackers use advantage of these bugs to access secret data or even take control of the software. MTE is a hardware safeguard to prevent this.
 
Is it something like ECC? I haven't checked what it is yet
No but you can use ECC as a stepping block to understand MIE:

ECC uses an extra chip on RAM to compute & check a checksum value to be sure data is accurate

MIE uses a specific value assigned to each memory address to unlock or provide access to provided memory addresses only to the app who was given the memory; if a process tries to access memory with the wrong "checksum" or one that has expired, it is denied.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.