Title: [290754] trunk/Source/WebKit
Revision
290754
Author
pvol...@apple.com
Date
2022-03-02 13:25:49 -0800 (Wed, 02 Mar 2022)

Log Message

[iOS] Seatbelt sandbox profile entitlement is deprecated
https://bugs.webkit.org/show_bug.cgi?id=237374

Reviewed by Brent Fulgham.

Replace with new entitlement.

* Scripts/process-entitlements.sh:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (290753 => 290754)


--- trunk/Source/WebKit/ChangeLog	2022-03-02 21:12:26 UTC (rev 290753)
+++ trunk/Source/WebKit/ChangeLog	2022-03-02 21:25:49 UTC (rev 290754)
@@ -1,5 +1,16 @@
 2022-03-02  Per Arne Vollan  <pvol...@apple.com>
 
+        [iOS] Seatbelt sandbox profile entitlement is deprecated
+        https://bugs.webkit.org/show_bug.cgi?id=237374
+
+        Reviewed by Brent Fulgham.
+
+        Replace with new entitlement.
+
+        * Scripts/process-entitlements.sh:
+
+2022-03-02  Per Arne Vollan  <pvol...@apple.com>
+
         [iOS] Hard link AVPictureInPictureController
         https://bugs.webkit.org/show_bug.cgi?id=237227
 

Modified: trunk/Source/WebKit/Scripts/process-entitlements.sh (290753 => 290754)


--- trunk/Source/WebKit/Scripts/process-entitlements.sh	2022-03-02 21:12:26 UTC (rev 290753)
+++ trunk/Source/WebKit/Scripts/process-entitlements.sh	2022-03-02 21:25:49 UTC (rev 290754)
@@ -391,8 +391,7 @@
     plistbuddy Add :com.apple.tcc.delegated-services:0 string kTCCServiceCamera
     plistbuddy Add :com.apple.tcc.delegated-services:1 string kTCCServiceMicrophone
 
-    plistbuddy Add :seatbelt-profiles array
-    plistbuddy Add :seatbelt-profiles:0 string com.apple.WebKit.WebContent
+    plistbuddy Add :com.apple.private.sandbox.profile string com.apple.WebKit.WebContent
 }
 
 function ios_family_process_webcontent_captiveportal_entitlements()
@@ -427,8 +426,7 @@
     plistbuddy Add :com.apple.tcc.delegated-services:0 string kTCCServiceCamera
     plistbuddy Add :com.apple.tcc.delegated-services:1 string kTCCServiceMicrophone
 
-    plistbuddy Add :seatbelt-profiles array
-    plistbuddy Add :seatbelt-profiles:0 string com.apple.WebKit.WebContent
+    plistbuddy Add :com.apple.private.sandbox.profile string com.apple.WebKit.WebContent
 }
 
 function ios_family_process_gpu_entitlements()
@@ -455,8 +453,7 @@
     plistbuddy Add :com.apple.tcc.delegated-services:0 string kTCCServiceCamera
     plistbuddy Add :com.apple.tcc.delegated-services:1 string kTCCServiceMicrophone
 
-    plistbuddy Add :seatbelt-profiles array
-    plistbuddy Add :seatbelt-profiles:0 string com.apple.WebKit.GPU
+    plistbuddy Add :com.apple.private.sandbox.profile string com.apple.WebKit.GPU
 
     plistbuddy Add :com.apple.systemstatus.activityattribution bool YES
     plistbuddy Add :com.apple.security.exception.mach-lookup.global-name array
@@ -503,14 +500,12 @@
     plistbuddy Add :com.apple.springboard.remote-alert bool YES
     plistbuddy Add :com.apple.frontboard.launchapplications bool YES
 
-    plistbuddy Add :seatbelt-profiles array
-    plistbuddy Add :seatbelt-profiles:0 string com.apple.WebKit.WebAuthn
+    plistbuddy Add :com.apple.private.sandbox.profile string com.apple.WebKit.WebAuthn
 }
 
 function ios_family_process_adattributiond_entitlements()
 {
-    plistbuddy Add :seatbelt-profiles array
-    plistbuddy Add :seatbelt-profiles:0 string com.apple.WebKit.adattributiond
+    plistbuddy Add :com.apple.private.sandbox.profile string com.apple.WebKit.adattributiond
 }
 
 function ios_family_process_webpushd_entitlements()
@@ -537,8 +532,7 @@
     plistbuddy Add :com.apple.private.tcc.manager.check-by-audit-token array
     plistbuddy Add :com.apple.private.tcc.manager.check-by-audit-token:0 string kTCCServiceWebKitIntelligentTrackingPrevention
 
-    plistbuddy Add :seatbelt-profiles array
-    plistbuddy Add :seatbelt-profiles:0 string com.apple.WebKit.Networking
+    plistbuddy Add :com.apple.private.sandbox.profile string com.apple.WebKit.Networking
     plistbuddy Add :com.apple.symptom_analytics.configure bool YES
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to