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

Changeset 243399 in webkit


Ignore:
Timestamp:
Mar 22, 2019, 2:23:24 PM (7 years ago)
Author:
Alan Coon
Message:

Cherry-pick r243392. rdar://problem/49123855

[macOS] Fix sandbox violation
https://bugs.webkit.org/show_bug.cgi?id=196153
<rdar://problem/49123855>

Reviewed by Brent Fulgham.

The sandbox on macOS is blocking the mach lookup.

  • WebProcess/com.apple.WebProcess.sb.in:

git-svn-id: https://svn.webkit.org/repository/webkit/trunk@243392 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Location:
tags/Safari-608.1.13/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/Safari-608.1.13/Source/WebKit/ChangeLog

    r243384 r243399  
     12019-03-22  Alan Coon  <alancoon@apple.com>
     2
     3        Cherry-pick r243392. rdar://problem/49123855
     4
     5    [macOS] Fix sandbox violation
     6    https://bugs.webkit.org/show_bug.cgi?id=196153
     7    <rdar://problem/49123855>
     8   
     9    Reviewed by Brent Fulgham.
     10   
     11    The sandbox on macOS is blocking the mach lookup.
     12   
     13    * WebProcess/com.apple.WebProcess.sb.in:
     14   
     15   
     16   
     17    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@243392 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     18
     19    2019-03-22  Per Arne Vollan  <pvollan@apple.com>
     20
     21            [macOS] Fix sandbox violation
     22            https://bugs.webkit.org/show_bug.cgi?id=196153
     23            <rdar://problem/49123855>
     24
     25            Reviewed by Brent Fulgham.
     26
     27            The sandbox on macOS is blocking the mach lookup.
     28
     29            * WebProcess/com.apple.WebProcess.sb.in:
     30
    1312019-03-22  Chris Dumez  <cdumez@apple.com>
    232
  • tags/Safari-608.1.13/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r243329 r243399  
    602602       (global-name "com.apple.logd.events")
    603603       (global-name "com.apple.lsd.mapdb")
     604       (global-name "com.apple.lskdd") ;; <rdar://problem/49123855>
    604605       (global-name "com.apple.mobileassetd")
    605606       (global-name "com.apple.powerlog.plxpclogger.xpc")
Note: See TracChangeset for help on using the changeset viewer.