⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 271198 in webkit


Ignore:
Timestamp:
Jan 6, 2021, 2:37:42 AM (6 years ago)
Author:
pvollan@apple.com
Message:

[iOS] Silence selected sandbox violation reports
https://bugs.webkit.org/show_bug.cgi?id=220320

Reviewed by Darin Adler.

For performance reasons, benign sandbox violations in the WebContent process can be silenced on iOS.

  • Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r271195 r271198  
     12021-01-06  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [iOS] Silence selected sandbox violation reports
     4        https://bugs.webkit.org/show_bug.cgi?id=220320
     5
     6        Reviewed by Darin Adler.
     7
     8        For performance reasons, benign sandbox violations in the WebContent process can be silenced on iOS.
     9
     10        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     11
    1122021-01-06  Per Arne Vollan  <pvollan@apple.com>
    213
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r271195 r271198  
    825825        "/Library/Preferences/com.apple.voiceservices.plist"
    826826        "/Library/Preferences/com.apple.voiceservices.logging.plist"
     827    )
     828)
     829
     830(deny file-read* (with no-report)
     831    (home-literal
     832        "/Library/Preferences/com.apple.WebKit.WebContent.plist"
    827833    )
    828834)
     
    950956
    951957(deny mach-lookup (with no-log)
    952     (global-name "com.apple.fontservicesd"))
     958    (global-name "com.apple.SystemConfiguration.configd")
     959    (global-name "com.apple.aggregated")
     960    (global-name "com.apple.fontservicesd")
     961)
    953962
    954963(deny mach-lookup (with telemetry-backtrace)
Note: See TracChangeset for help on using the changeset viewer.