Title: [273162] trunk/Source/WebKit
Revision
273162
Author
pvol...@apple.com
Date
2021-02-19 13:04:22 -0800 (Fri, 19 Feb 2021)

Log Message

[iOS] Partially revert r272973
https://bugs.webkit.org/show_bug.cgi?id=222168

Unreviewed, partially reverting r272973.

Partially revert r272973, since it appears to have caused a Safari launch regression.


* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (273161 => 273162)


--- trunk/Source/WebKit/ChangeLog	2021-02-19 21:04:11 UTC (rev 273161)
+++ trunk/Source/WebKit/ChangeLog	2021-02-19 21:04:22 UTC (rev 273162)
@@ -1,3 +1,14 @@
+2021-02-19  Per Arne Vollan  <pvol...@apple.com>
+
+        [iOS] Partially revert r272973
+        https://bugs.webkit.org/show_bug.cgi?id=222168
+
+        Unreviewed, partially reverting r272973.
+
+        Partially revert r272973, since it appears to have caused a Safari launch regression.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2021-02-19  Devin Rousso  <drou...@apple.com>
 
         [Payment Request] add support for Apple Pay payment method mode

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (273161 => 273162)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2021-02-19 21:04:11 UTC (rev 273161)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2021-02-19 21:04:22 UTC (rev 273162)
@@ -1302,17 +1302,19 @@
 (when (defined? 'mach-bootstrap)
     (allow mach-bootstrap
         (apply-message-filter
-            (deny mach-message-send (with telemetry))
-            (allow mach-message-send (message-number 206))
-            (allow mach-message-send (message-number 207))
-            (allow mach-message-send (message-number 711))
-            (allow mach-message-send (message-number 712))
-            (allow mach-message-send (message-number 718))
-            (allow mach-message-send (message-number 800))
-            (allow mach-message-send (message-number 802))
-            (allow mach-message-send (message-number 803))
-            (allow mach-message-send (message-number 804))
-            (allow mach-message-send (message-number 805))
+            (deny xpc-message-send (with telemetry))
+            (allow xpc-message-send (message-number
+                206
+                207
+                711
+                712
+                718
+                800
+                802
+                803
+                804
+                805
+            ))
         )
     )
 )
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to