Changeset 240348 in webkit


Ignore:
Timestamp:
Jan 23, 2019 11:13:44 AM (5 years ago)
Author:
pvollan@apple.com
Message:

[macOS] Sandbox fails to compile
https://bugs.webkit.org/show_bug.cgi?id=193727
<rdar://problem/47476903>

Reviewed by Brent Fulgham.

Use '(with send-signal SIGKILL)' instead of '(with termination)'.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r240346 r240348  
     12019-01-23  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [macOS] Sandbox fails to compile
     4        https://bugs.webkit.org/show_bug.cgi?id=193727
     5        <rdar://problem/47476903>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        Use '(with send-signal SIGKILL)' instead of '(with termination)'.
     10
     11        * WebProcess/com.apple.WebProcess.sb.in:
     12
    1132019-01-23  Brent Fulgham  <bfulgham@apple.com>
    214
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r240289 r240348  
    826826
    827827(when (defined? 'syscall-unix)
    828     (deny syscall-unix (with termination))
     828    (deny syscall-unix (with send-signal SIGKILL))
    829829    (allow syscall-unix
    830830        (syscall-number SYS_exit)
Note: See TracChangeset for help on using the changeset viewer.