[Webkit-unassigned] [Bug 179656] REGRESSION(r224799): WebKit crashes at launch on macOS Sierra due to a sandbox violation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 13 23:28:14 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=179656

--- Comment #5 from Ryosuke Niwa <rniwa at webkit.org> ---
(In reply to Ryosuke Niwa from comment #4)
> Committed r224805: <https://trac.webkit.org/changeset/224805>

Temporarily reverted the sandbox change in macOS Sierra as follows:

Index: /trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
===================================================================
--- /trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in  (revision 224804)
+++ /trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in  (revision 224805)
@@ -26,5 +26,5 @@
 (allow system-audit file-read-metadata)

-#if __MAC_OS_X_VERSION_MIN_REQUIRED < 101200
+#if __MAC_OS_X_VERSION_MIN_REQUIRED <= 101200
 (import "system.sb")
 #else


Please either come up with a proper fix or close the bug based on what you want.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171114/478d3941/attachment-0001.html>


More information about the webkit-unassigned mailing list