Changeset 244619 in webkit


Ignore:
Timestamp:
Apr 24, 2019 3:26:45 PM (5 years ago)
Author:
pvollan@apple.com
Message:

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

Reviewed by Brent Fulgham.

A missing syscall in the sandbox of the WebContent process is causing a crash.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r244614 r244619  
     12019-04-24  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [macOS] Fix syscall sandbox violation
     4        https://bugs.webkit.org/show_bug.cgi?id=197247
     5        <rdar://problem/50026580>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        A missing syscall in the sandbox of the WebContent process is causing a crash.
     10
     11        * WebProcess/com.apple.WebProcess.sb.in:
     12
    1132019-04-24  John Wilander  <wilander@apple.com>
    214
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r244458 r244619  
    973973        (syscall-number SYS_kdebug_trace_string) ;; Needed for performance sampling, see <rdar://problem/48829655>.
    974974        (syscall-number SYS_psynch_rw_rdlock) ;; <rdar://problem/49060359>
     975        (syscall-number SYS_terminate_with_payload) ;; <rdar://problem/50026580>
    975976    )
    976977)
Note: See TracChangeset for help on using the changeset viewer.