Changeset 251735 in webkit


Ignore:
Timestamp:
Oct 29, 2019 2:41:09 PM (4 years ago)
Author:
pvollan@apple.com
Message:

REGRESSION: WebContent getting killed due to syscall filter violation
https://bugs.webkit.org/show_bug.cgi?id=203575

Reviewed by Alexey Proskuryakov.

The sandbox profile on macOS needs to open up for a syscall.

No new tests, covered by existing tests.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r251734 r251735  
     12019-10-29  Per Arne Vollan  <pvollan@apple.com>
     2
     3        REGRESSION: WebContent getting killed due to syscall filter violation
     4        https://bugs.webkit.org/show_bug.cgi?id=203575
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        The sandbox profile on macOS needs to open up for a syscall.
     9
     10        No new tests, covered by existing tests.
     11
     12        * WebProcess/com.apple.WebProcess.sb.in:
     13
    1142019-10-29  Brent Fulgham  <bfulgham@apple.com>
    215
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r251451 r251735  
    984984        (syscall-number SYS_kqueue) ;; <rdar://problem/49609201>
    985985        (syscall-number SYS_kqueue_workloop_ctl) ;; <rdar://problem/50999499>
     986        (syscall-number SYS_faccessat) ;; <rdar://problem/56690456>
    986987    )
    987988)
Note: See TracChangeset for help on using the changeset viewer.