Title: [291209] trunk/Source/WebKit
- Revision
- 291209
- Author
- [email protected]
- Date
- 2022-03-12 12:53:47 -0800 (Sat, 12 Mar 2022)
Log Message
Unreviewed, reverting r290754.
https://bugs.webkit.org/show_bug.cgi?id=237808
Introduced launch regression
Reverted changeset:
"[iOS] Seatbelt sandbox profile entitlement is deprecated"
https://bugs.webkit.org/show_bug.cgi?id=237374
https://commits.webkit.org/r290754
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (291208 => 291209)
--- trunk/Source/WebKit/ChangeLog 2022-03-12 19:10:20 UTC (rev 291208)
+++ trunk/Source/WebKit/ChangeLog 2022-03-12 20:53:47 UTC (rev 291209)
@@ -1,3 +1,16 @@
+2022-03-12 Commit Queue <[email protected]>
+
+ Unreviewed, reverting r290754.
+ https://bugs.webkit.org/show_bug.cgi?id=237808
+
+ Introduced launch regression
+
+ Reverted changeset:
+
+ "[iOS] Seatbelt sandbox profile entitlement is deprecated"
+ https://bugs.webkit.org/show_bug.cgi?id=237374
+ https://commits.webkit.org/r290754
+
2022-03-11 Alex Christensen <[email protected]>
Adjust when _setPrivacyProxyFailClosedForUnreachableNonMainHosts is called
Modified: trunk/Source/WebKit/Scripts/process-entitlements.sh (291208 => 291209)
--- trunk/Source/WebKit/Scripts/process-entitlements.sh 2022-03-12 19:10:20 UTC (rev 291208)
+++ trunk/Source/WebKit/Scripts/process-entitlements.sh 2022-03-12 20:53:47 UTC (rev 291209)
@@ -354,7 +354,8 @@
plistbuddy Add :com.apple.tcc.delegated-services:0 string kTCCServiceCamera
plistbuddy Add :com.apple.tcc.delegated-services:1 string kTCCServiceMicrophone
- plistbuddy Add :com.apple.private.sandbox.profile string com.apple.WebKit.WebContent
+ plistbuddy Add :seatbelt-profiles array
+ plistbuddy Add :seatbelt-profiles:0 string com.apple.WebKit.WebContent
}
function ios_family_process_webcontent_captiveportal_entitlements()
@@ -389,7 +390,8 @@
plistbuddy Add :com.apple.tcc.delegated-services:0 string kTCCServiceCamera
plistbuddy Add :com.apple.tcc.delegated-services:1 string kTCCServiceMicrophone
- plistbuddy Add :com.apple.private.sandbox.profile string com.apple.WebKit.WebContent
+ plistbuddy Add :seatbelt-profiles array
+ plistbuddy Add :seatbelt-profiles:0 string com.apple.WebKit.WebContent
}
function ios_family_process_gpu_entitlements()
@@ -416,7 +418,8 @@
plistbuddy Add :com.apple.tcc.delegated-services:0 string kTCCServiceCamera
plistbuddy Add :com.apple.tcc.delegated-services:1 string kTCCServiceMicrophone
- plistbuddy Add :com.apple.private.sandbox.profile string com.apple.WebKit.GPU
+ plistbuddy Add :seatbelt-profiles array
+ plistbuddy Add :seatbelt-profiles:0 string com.apple.WebKit.GPU
plistbuddy Add :com.apple.systemstatus.activityattribution bool YES
plistbuddy Add :com.apple.security.exception.mach-lookup.global-name array
@@ -463,12 +466,14 @@
plistbuddy Add :com.apple.springboard.remote-alert bool YES
plistbuddy Add :com.apple.frontboard.launchapplications bool YES
- plistbuddy Add :com.apple.private.sandbox.profile string com.apple.WebKit.WebAuthn
+ plistbuddy Add :seatbelt-profiles array
+ plistbuddy Add :seatbelt-profiles:0 string com.apple.WebKit.WebAuthn
}
function ios_family_process_adattributiond_entitlements()
{
- plistbuddy Add :com.apple.private.sandbox.profile string com.apple.WebKit.adattributiond
+ plistbuddy Add :seatbelt-profiles array
+ plistbuddy Add :seatbelt-profiles:0 string com.apple.WebKit.adattributiond
}
function ios_family_process_webpushd_entitlements()
@@ -495,7 +500,8 @@
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 :com.apple.private.sandbox.profile string com.apple.WebKit.Networking
+ plistbuddy Add :seatbelt-profiles array
+ plistbuddy Add :seatbelt-profiles:0 string com.apple.WebKit.Networking
plistbuddy Add :com.apple.symptom_analytics.configure bool YES
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes