Loading...
--- libmalloc/libmalloc-646.40.3/featureflags/libmalloc.plist
+++ libmalloc/libmalloc-521.100.59/featureflags/libmalloc.plist
@@ -11,6 +11,11 @@
<dict>
<key>Enabled</key>
<true/>
+ </dict>
+ <key>ProbGuardStrictAlignment</key>
+ <dict>
+ <key>Enabled</key>
+ <false/>
</dict>
<key>ProbGuardAllProcesses</key>
<dict>
@@ -32,40 +37,10 @@
<key>DevelopmentPhase</key>
<string>UnderDevelopment</string>
</dict>
- <key>SecureAllocator_NanoOnXzone</key>
- <dict>
- <key>DevelopmentPhase</key>
-#if TARGET_OS_IOS && !defined(MALLOC_IOS_FEATUREFLAG_OVERRIDE)
- <string>FeatureComplete</string>
- <key>Attributes</key>
- <dict>
- <key>TargetRelease</key>
- <string>WWDC2024</string>
- </dict>
-#else
- <string>UnderDevelopment</string>
-#endif
- </dict>
-
-#if TARGET_OS_OSX
- <key>SecureAllocator_Intel</key>
- <dict>
- <key>DevelopmentPhase</key>
- <string>UnderDevelopment</string>
- </dict>
- <key>SecureAllocator_NonPlatform</key>
- <dict>
- <key>DevelopmentPhase</key>
- <string>UnderDevelopment</string>
- </dict>
-#endif
#if TARGET_OS_IOS && !defined(MALLOC_IOS_FEATUREFLAG_OVERRIDE)
#define HAS_SECURE_ALLOCATOR_PROCESS_FEATURES 1
#define SECURE_ALLOCATOR_SYSTEMWIDE_ENABLED 1
-#elif TARGET_OS_OSX
-#define HAS_SECURE_ALLOCATOR_PROCESS_FEATURES 1
-#define SECURE_ALLOCATOR_SYSTEMWIDE_ENABLED 0
#else
#define HAS_SECURE_ALLOCATOR_PROCESS_FEATURES 0
#define SECURE_ALLOCATOR_SYSTEMWIDE_ENABLED 0
@@ -82,6 +57,12 @@
</dict>
#if HAS_SECURE_ALLOCATOR_PROCESS_FEATURES
+ <key>SecureAllocator_AllInitialProcesses</key>
+ <dict>
+ <key>DevelopmentPhase</key>
+ <string>UnderDevelopment</string>
+ </dict>
+
#define SECURE_ALLOCATOR_PROCESS_FEATURE(name, state) \
<key>SecureAllocator_process_##name</key> \
<dict> \
@@ -89,11 +70,57 @@
<string>state</string> \
</dict>
-#if TARGET_OS_OSX
-SECURE_ALLOCATOR_PROCESS_FEATURE(MTLCompilerService, UnderDevelopment)
-#else
+SECURE_ALLOCATOR_PROCESS_FEATURE(logd, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(notifyd, FeatureComplete)
+
+SECURE_ALLOCATOR_PROCESS_FEATURE(mediaparserd, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(videocodecd, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(mediaplaybackd, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(avconferenced, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(mediaserverd, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(audiomxd, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(cameracaptured, FeatureComplete)
+
+SECURE_ALLOCATOR_PROCESS_FEATURE(blastdoor_messages, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(blastdoor_ids, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(IMDPersistenceAgent, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(imagent, FeatureComplete)
+
+SECURE_ALLOCATOR_PROCESS_FEATURE(ThumbnailExtensionSecure, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(quicklook_preview, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(ThumbnailExtension, FeatureComplete)
+
SECURE_ALLOCATOR_PROCESS_FEATURE(MTLCompilerService, FeatureComplete)
-#endif
+
+SECURE_ALLOCATOR_PROCESS_FEATURE(telnetd, UnderDevelopment)
+SECURE_ALLOCATOR_PROCESS_FEATURE(sshd, UnderDevelopment)
+SECURE_ALLOCATOR_PROCESS_FEATURE(sshd_keygen_wrapper, UnderDevelopment)
+SECURE_ALLOCATOR_PROCESS_FEATURE(bash, UnderDevelopment)
+SECURE_ALLOCATOR_PROCESS_FEATURE(dash, UnderDevelopment)
+SECURE_ALLOCATOR_PROCESS_FEATURE(sh, UnderDevelopment)
+SECURE_ALLOCATOR_PROCESS_FEATURE(zsh, UnderDevelopment)
+SECURE_ALLOCATOR_PROCESS_FEATURE(python3, UnderDevelopment)
+SECURE_ALLOCATOR_PROCESS_FEATURE(perl, UnderDevelopment)
+SECURE_ALLOCATOR_PROCESS_FEATURE(su, UnderDevelopment)
+SECURE_ALLOCATOR_PROCESS_FEATURE(time, UnderDevelopment)
+SECURE_ALLOCATOR_PROCESS_FEATURE(find, UnderDevelopment)
+SECURE_ALLOCATOR_PROCESS_FEATURE(xargs, UnderDevelopment)
+
+SECURE_ALLOCATOR_PROCESS_FEATURE(callservicesd, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(maild, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(mDNSResponder, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(ASVAssetViewer, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(identityservicesd, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(wifid, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(fmfd, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(searchpartyd, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(vmd, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(wifip2pd, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(wifianalyticsd, FeatureComplete)
+
+SECURE_ALLOCATOR_PROCESS_FEATURE(CommCenter, FeatureComplete)
+
+SECURE_ALLOCATOR_PROCESS_FEATURE(Browser, FeatureComplete)
SECURE_ALLOCATOR_PROCESS_FEATURE(aegirposter, UnderDevelopment)
SECURE_ALLOCATOR_PROCESS_FEATURE(CollectionsPoster, UnderDevelopment)