Loading...
featureflags/libmalloc.plist libmalloc-792.80.2 libmalloc-474.0.13
--- libmalloc/libmalloc-792.80.2/featureflags/libmalloc.plist
+++ libmalloc/libmalloc-474.0.13/featureflags/libmalloc.plist
@@ -12,6 +12,11 @@
 		<key>Enabled</key>
 		<true/>
 	</dict>
+	<key>ProbGuardStrictAlignment</key>
+	<dict>
+		<key>Enabled</key>
+		<false/>
+	</dict>
 	<key>ProbGuardAllProcesses</key>
 	<dict>
 		<key>Enabled</key>
@@ -22,67 +27,30 @@
 		<key>Enabled</key>
 		<true/>
 	</dict>
-	<key>AllowInternalSecurityPolicy</key>
-	<dict>
-		<key>DevelopmentPhase</key>
-		<string>UnderDevelopment</string>
-	</dict>
 	<key>SecureAllocator_SingleCluster</key>
 	<dict>
 		<key>DevelopmentPhase</key>
 		<string>UnderDevelopment</string>
 	</dict>
-	<key>SecureAllocator_Nano</key>
-	<dict>
-		<key>DevelopmentPhase</key>
-#if TARGET_OS_IOS || TARGET_OS_VISION || TARGET_OS_OSX
-		<string>FeatureComplete</string>
-#else
-		<string>UnderDevelopment</string>
-#endif
-	</dict>
-	<key>SecureAllocator_NanoOnXzone</key>
+	<key>SecureAllocator_SystemWide</key>
 	<dict>
 		<key>DevelopmentPhase</key>
 		<string>UnderDevelopment</string>
 	</dict>
-	<key>SecureAllocator_ThreadCaching</key>
-	<dict>
-		<key>DevelopmentPhase</key>
-#if TARGET_OS_IOS || TARGET_OS_VISION || TARGET_OS_OSX
-		<string>FeatureComplete</string>
+
+#if TARGET_OS_IOS && !defined(MALLOC_IOS_FEATUREFLAG_OVERRIDE)
+#define HAS_SECURE_ALLOCATOR_PROCESS_FEATURES 1
 #else
-		<string>UnderDevelopment</string>
+#define HAS_SECURE_ALLOCATOR_PROCESS_FEATURES 0
 #endif
-	</dict>
 
-#if TARGET_OS_OSX
-	<key>SecureAllocator_Intel</key>
+#if HAS_SECURE_ALLOCATOR_PROCESS_FEATURES
+	<key>SecureAllocator_AllInitialProcesses</key>
 	<dict>
 		<key>DevelopmentPhase</key>
 		<string>UnderDevelopment</string>
 	</dict>
-#endif
 
-#if TARGET_OS_IOS || TARGET_OS_VISION || TARGET_OS_OSX || TARGET_OS_WATCH
-#define HAS_SECURE_ALLOCATOR_PROCESS_FEATURES 1
-#define SECURE_ALLOCATOR_SYSTEMWIDE_ENABLED 1
-#else
-#define HAS_SECURE_ALLOCATOR_PROCESS_FEATURES 0
-#define SECURE_ALLOCATOR_SYSTEMWIDE_ENABLED 0
-#endif
-
-	<key>SecureAllocator_SystemWide</key>
-	<dict>
-		<key>DevelopmentPhase</key>
-#if SECURE_ALLOCATOR_SYSTEMWIDE_ENABLED
-		<string>FeatureComplete</string>
-#else
-		<string>UnderDevelopment</string>
-#endif
-	</dict>
-
-#if HAS_SECURE_ALLOCATOR_PROCESS_FEATURES
 #define SECURE_ALLOCATOR_PROCESS_FEATURE(name, state) \
 	<key>SecureAllocator_process_##name</key> \
 	<dict> \
@@ -90,24 +58,44 @@
 		<string>state</string> \
 	</dict>
 
-#if TARGET_OS_VISION
-SECURE_ALLOCATOR_PROCESS_FEATURE(arkitd, FeatureComplete)
-SECURE_ALLOCATOR_PROCESS_FEATURE(backboardd, FeatureComplete)
-SECURE_ALLOCATOR_PROCESS_FEATURE(wakeboardd, FeatureComplete)
-SECURE_ALLOCATOR_PROCESS_FEATURE(realitycamerad, FeatureComplete)
-#endif
+SECURE_ALLOCATOR_PROCESS_FEATURE(logd, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(notifyd, FeatureComplete)
 
-SECURE_ALLOCATOR_PROCESS_FEATURE(aegirposter, UnderDevelopment)
-SECURE_ALLOCATOR_PROCESS_FEATURE(CollectionsPoster, UnderDevelopment)
+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)
 
-#if TARGET_OS_OSX
-SECURE_ALLOCATOR_PROCESS_FEATURE(VTEncoderXPCService, UnderDevelopment)
-#endif
+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)
 
-#if TARGET_OS_WATCH
-SECURE_ALLOCATOR_PROCESS_FEATURE(backboardd, UnderDevelopment)
-SECURE_ALLOCATOR_PROCESS_FEATURE(ClockFace, UnderDevelopment)
-#endif
+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)
+
+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(WebKit_Networking, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(WebKit_GPU, FeatureComplete)
+SECURE_ALLOCATOR_PROCESS_FEATURE(WebKit_WebContent, FeatureComplete)
 #endif
 </dict>
 </plist>