Loading...
featureflags/libmalloc.plist libmalloc-474.0.13 libmalloc-521.120.7
--- libmalloc/libmalloc-474.0.13/featureflags/libmalloc.plist
+++ libmalloc/libmalloc-521.120.7/featureflags/libmalloc.plist
@@ -32,7 +32,7 @@
 		<key>DevelopmentPhase</key>
 		<string>UnderDevelopment</string>
 	</dict>
-	<key>SecureAllocator_SystemWide</key>
+	<key>SecureAllocator_Nano</key>
 	<dict>
 		<key>DevelopmentPhase</key>
 		<string>UnderDevelopment</string>
@@ -40,9 +40,21 @@
 
 #if TARGET_OS_IOS && !defined(MALLOC_IOS_FEATUREFLAG_OVERRIDE)
 #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
 	<key>SecureAllocator_AllInitialProcesses</key>
@@ -67,6 +79,7 @@
 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)
@@ -78,6 +91,20 @@
 SECURE_ALLOCATOR_PROCESS_FEATURE(ThumbnailExtension, FeatureComplete)
 
 SECURE_ALLOCATOR_PROCESS_FEATURE(MTLCompilerService, FeatureComplete)
+
+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)
@@ -93,9 +120,10 @@
 
 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)
+SECURE_ALLOCATOR_PROCESS_FEATURE(Browser, FeatureComplete)
+
+SECURE_ALLOCATOR_PROCESS_FEATURE(aegirposter, UnderDevelopment)
+SECURE_ALLOCATOR_PROCESS_FEATURE(CollectionsPoster, UnderDevelopment)
 #endif
 </dict>
 </plist>