Title: [290731] trunk/Source/WebKit
Revision
290731
Author
pvol...@apple.com
Date
2022-03-02 08:45:29 -0800 (Wed, 02 Mar 2022)

Log Message

[iOS][WP] Stop generating certain sandbox violation reports
https://bugs.webkit.org/show_bug.cgi?id=237364

Reviewed by Chris Dumez.

Stop generating certain common sandbox violation reports in the WebContent process on iOS, since that
can improve performance. We will still get telemetry for these violations.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (290730 => 290731)


--- trunk/Source/WebKit/ChangeLog	2022-03-02 15:27:56 UTC (rev 290730)
+++ trunk/Source/WebKit/ChangeLog	2022-03-02 16:45:29 UTC (rev 290731)
@@ -1,3 +1,15 @@
+2022-03-02  Per Arne Vollan  <pvol...@apple.com>
+
+        [iOS][WP] Stop generating certain sandbox violation reports
+        https://bugs.webkit.org/show_bug.cgi?id=237364
+
+        Reviewed by Chris Dumez.
+
+        Stop generating certain common sandbox violation reports in the WebContent process on iOS, since that
+        can improve performance. We will still get telemetry for these violations.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
+
 2022-03-02  Michael Catanzaro  <mcatanz...@gnome.org>
 
         [GTK] setDragImage ignores offset

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in (290730 => 290731)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2022-03-02 15:27:56 UTC (rev 290730)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2022-03-02 16:45:29 UTC (rev 290731)
@@ -1028,7 +1028,7 @@
     (home-subpath "/Library/Preferences/")
     (with no-log))
 
-(deny mach-lookup (with telemetry)
+(deny mach-lookup (with no-log) (with telemetry)
     (global-name "com.apple.containermanagerd")
 )
 
@@ -1631,7 +1631,7 @@
     )
 )
 
-(deny darwin-notification-post (with telemetry))
+(deny darwin-notification-post (with no-log) (with telemetry))
 (allow darwin-notification-post
     (notification-name
         "_AXNotification_AXSClassicInvertColorsPreference"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to