Title: [240348] trunk/Source/WebKit
Revision
240348
Author
[email protected]
Date
2019-01-23 11:13:44 -0800 (Wed, 23 Jan 2019)

Log 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:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (240347 => 240348)


--- trunk/Source/WebKit/ChangeLog	2019-01-23 18:46:56 UTC (rev 240347)
+++ trunk/Source/WebKit/ChangeLog	2019-01-23 19:13:44 UTC (rev 240348)
@@ -1,3 +1,15 @@
+2019-01-23  Per Arne Vollan  <[email protected]>
+
+        [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:
+
 2019-01-23  Brent Fulgham  <[email protected]>
 
         REGRESSION (r240243): CrashTracer: WebKitTestRunnerApp at com.apple.WebKit: WebKit::WebResourceLoadStatisticsStore::sendDiagnosticMessageWithValue const + 32

Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (240347 => 240348)


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-01-23 18:46:56 UTC (rev 240347)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-01-23 19:13:44 UTC (rev 240348)
@@ -825,7 +825,7 @@
 #endif // PLATFORM(MAC)
 
 (when (defined? 'syscall-unix)
-    (deny syscall-unix (with termination))
+    (deny syscall-unix (with send-signal SIGKILL))
     (allow syscall-unix
         (syscall-number SYS_exit)
         (syscall-number SYS_read)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to