Changeset 239996 in webkit


Ignore:
Timestamp:
Jan 15, 2019 12:28:36 PM (5 years ago)
Author:
pvollan@apple.com
Message:

[macOS] Adjust logging policy in WebKit's sandbox
https://bugs.webkit.org/show_bug.cgi?id=193454
<rdar://problem/47256325>

Reviewed by Brent Fulgham.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r239995 r239996  
     12019-01-15  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [macOS] Adjust logging policy in WebKit's sandbox
     4        https://bugs.webkit.org/show_bug.cgi?id=193454
     5        <rdar://problem/47256325>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        * WebProcess/com.apple.WebProcess.sb.in:
     10
    1112019-01-15  Chris Dumez  <cdumez@apple.com>
    212
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r239994 r239996  
    826826
    827827(when (defined? 'syscall-unix)
    828     (allow syscall-unix (with report))
    829828    (allow syscall-unix
    830829        (syscall-number SYS_exit)
Note: See TracChangeset for help on using the changeset viewer.