Title: [277052] trunk/Source/WebKit
Revision
277052
Author
[email protected]
Date
2021-05-05 16:23:48 -0700 (Wed, 05 May 2021)

Log Message

Reduce sandbox telemetry
https://bugs.webkit.org/show_bug.cgi?id=225417
<rdar://77489628>

Reviewed by Darin Adler.

Remove sandbox telemetry which is no longer needed.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (277051 => 277052)


--- trunk/Source/WebKit/ChangeLog	2021-05-05 23:19:36 UTC (rev 277051)
+++ trunk/Source/WebKit/ChangeLog	2021-05-05 23:23:48 UTC (rev 277052)
@@ -1,3 +1,16 @@
+2021-05-05  Per Arne Vollan  <[email protected]>
+
+        Reduce sandbox telemetry
+        https://bugs.webkit.org/show_bug.cgi?id=225417
+        <rdar://77489628>
+
+        Reviewed by Darin Adler.
+
+        Remove sandbox telemetry which is no longer needed.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2021-05-05  Devin Rousso  <[email protected]>
 
         Sampled Page Top Color: tie into existing TCADA/RLTT systems so that the value is kept in sync with painting

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2021-05-05 23:19:36 UTC (rev 277051)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2021-05-05 23:23:48 UTC (rev 277052)
@@ -708,7 +708,7 @@
     (apply-message-filter
         (deny mach-message-send (with telemetry))
         (deny mach-message-send (with no-report) (message-number 1023))
-        (allow mach-message-send (with telemetry) (message-number
+        (allow mach-message-send (message-number
             1002
             1009
             1010

Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (277051 => 277052)


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-05-05 23:19:36 UTC (rev 277051)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-05-05 23:23:48 UTC (rev 277052)
@@ -1497,7 +1497,7 @@
         (apply-message-filter
             (deny mach-message-send (with telemetry))
             (deny mach-message-send (with no-report) (message-number 1023))
-            (allow mach-message-send (with telemetry) (message-number
+            (allow mach-message-send (message-number
                 1002
                 1010
                 1011
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to