Title: [288772] trunk/Source/WebKit
Revision
288772
Author
[email protected]
Date
2022-01-28 17:02:51 -0800 (Fri, 28 Jan 2022)

Log Message

Update CaptivePortal entitlements to support full GigaCage
https://bugs.webkit.org/show_bug.cgi?id=235834
<rdar://problem/88075019>

Reviewed by Chris Dumez.

The CaptivePortal process, which does not allow JIT, cannot enable GigaCage without
a new entitlement.

* Scripts/process-entitlements.sh:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (288771 => 288772)


--- trunk/Source/WebKit/ChangeLog	2022-01-29 00:54:57 UTC (rev 288771)
+++ trunk/Source/WebKit/ChangeLog	2022-01-29 01:02:51 UTC (rev 288772)
@@ -1,3 +1,16 @@
+2022-01-28  Brent Fulgham  <[email protected]>
+
+        Update CaptivePortal entitlements to support full GigaCage
+        https://bugs.webkit.org/show_bug.cgi?id=235834
+        <rdar://problem/88075019>
+
+        Reviewed by Chris Dumez.
+
+        The CaptivePortal process, which does not allow JIT, cannot enable GigaCage without
+        a new entitlement.
+
+        * Scripts/process-entitlements.sh:
+
 2022-01-28  Aditya Keerthi  <[email protected]>
 
         Migrate _UITextSearching implementation to be backed by WebFoundTextRangeController

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


--- trunk/Source/WebKit/Scripts/process-entitlements.sh	2022-01-29 00:54:57 UTC (rev 288771)
+++ trunk/Source/WebKit/Scripts/process-entitlements.sh	2022-01-29 01:02:51 UTC (rev 288772)
@@ -57,6 +57,7 @@
 
         if (( "${TARGET_MAC_OS_X_VERSION_MAJOR}" >= 110000 ))
         then
+            plistbuddy Add :com.apple.developer.kernel.extended-virtual-addressing bool YES
             plistbuddy Add :com.apple.developer.videotoolbox.client-sandboxed-decoder bool YES
             plistbuddy Add :com.apple.pac.shared_region_id string WebContent
             plistbuddy Add :com.apple.private.pac.exception bool YES
@@ -272,6 +273,7 @@
 
     if (( "${TARGET_MAC_OS_X_VERSION_MAJOR}" >= 110000 ))
     then
+        plistbuddy Add :com.apple.developer.kernel.extended-virtual-addressing bool YES
         plistbuddy Add :com.apple.pac.shared_region_id string WebContent
         plistbuddy Add :com.apple.private.pac.exception bool YES
         plistbuddy Add :com.apple.private.security.message-filter bool YES
@@ -396,6 +398,7 @@
     plistbuddy Add :com.apple.QuartzCore.webkit-end-points bool YES
     plistbuddy add :com.apple.QuartzCore.webkit-limited-types bool YES
     plistbuddy Add :com.apple.developer.coremedia.allow-alternate-video-decoder-selection bool YES
+    plistbuddy Add :com.apple.developer.kernel.extended-virtual-addressing bool YES
     plistbuddy Add :com.apple.mediaremote.set-playback-state bool YES
     plistbuddy Add :com.apple.pac.shared_region_id string WebContent
     plistbuddy Add :com.apple.private.allow-explicit-graphics-priority bool YES
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to