Changeset 252020 in webkit


Ignore:
Timestamp:
Nov 4, 2019 3:31:11 PM (5 years ago)
Author:
pvollan@apple.com
Message:

Fix crash caused by syscall sandbox violation
https://bugs.webkit.org/show_bug.cgi?id=203826
<rdar://problem/56332491>

Reviewed by Brent Fulgham.

A new syscall needs to be allowed in the WebContent process' sandbox.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r252014 r252020  
     12019-11-04  Per Arne Vollan  <pvollan@apple.com>
     2
     3        Fix crash caused by syscall sandbox violation
     4        https://bugs.webkit.org/show_bug.cgi?id=203826
     5        <rdar://problem/56332491>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        A new syscall needs to be allowed in the WebContent process' sandbox.
     10
     11        * WebProcess/com.apple.WebProcess.sb.in:
     12
    1132019-11-04  John Wilander  <wilander@apple.com>
    214
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r251735 r252020  
    985985        (syscall-number SYS_kqueue_workloop_ctl) ;; <rdar://problem/50999499>
    986986        (syscall-number SYS_faccessat) ;; <rdar://problem/56690456>
     987        (syscall-number SYS_fsetxattr) ;; <rdar://problem/56332491>
    987988    )
    988989)
Note: See TracChangeset for help on using the changeset viewer.