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

Changeset 267569 in webkit


Ignore:
Timestamp:
Sep 25, 2020, 8:08:54 AM (6 years ago)
Author:
pvollan@apple.com
Message:

[macOS] Deny access to diagnosticd in the WebContent process
https://bugs.webkit.org/show_bug.cgi?id=216929
<rdar://problem/58496834>

Reviewed by Darin Adler.

After the change-set <https://trac.webkit.org/changeset/267498> landed, an extension to diagnostics
is issued when required, so the unconditional rule can be removed from the WebContent sandbox.

  • WebProcess/com.apple.WebProcess.sb.in:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r267568 r267569  
     12020-09-25  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [macOS] Deny access to diagnosticd in the WebContent process
     4        https://bugs.webkit.org/show_bug.cgi?id=216929
     5        <rdar://problem/58496834>
     6
     7        Reviewed by Darin Adler.
     8
     9        After the change-set <https://trac.webkit.org/changeset/267498> landed, an extension to diagnostics
     10        is issued when required, so the unconditional rule can be removed from the WebContent sandbox.
     11
     12        * WebProcess/com.apple.WebProcess.sb.in:
     13
    1142020-09-25  Youenn Fablet  <youenn@apple.com>
    215
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r267498 r267569  
    722722#endif
    723723    (global-name "com.apple.coreservices.launchservicesd")
    724     (global-name "com.apple.diagnosticd")
    725724    (global-name "com.apple.iconservices")
    726725    (global-name "com.apple.iconservices.store")
Note: See TracChangeset for help on using the changeset viewer.