Changeset 290731 in webkit


Ignore:
Timestamp:
Mar 2, 2022 8:45:29 AM (2 years ago)
Author:
pvollan@apple.com
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:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r290728 r290731  
     12022-03-02  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [iOS][WP] Stop generating certain sandbox violation reports
     4        https://bugs.webkit.org/show_bug.cgi?id=237364
     5
     6        Reviewed by Chris Dumez.
     7
     8        Stop generating certain common sandbox violation reports in the WebContent process on iOS, since that
     9        can improve performance. We will still get telemetry for these violations.
     10
     11        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
     12
    1132022-03-02  Michael Catanzaro  <mcatanzaro@gnome.org>
    214
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in

    r290316 r290731  
    10291029    (with no-log))
    10301030
    1031 (deny mach-lookup (with telemetry)
     1031(deny mach-lookup (with no-log) (with telemetry)
    10321032    (global-name "com.apple.containermanagerd")
    10331033)
     
    16321632)
    16331633
    1634 (deny darwin-notification-post (with telemetry))
     1634(deny darwin-notification-post (with no-log) (with telemetry))
    16351635(allow darwin-notification-post
    16361636    (notification-name
Note: See TracChangeset for help on using the changeset viewer.