[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
Tue Nov 14 08:21:48 PST 2017


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

--- Comment #6 from Brent Fulgham <bfulgham at webkit.org> ---
(In reply to Ryosuke Niwa from comment #5)
> (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.

This change is correct -- I should have used <= in the comparison, as we don't want to change behavior pre-High Sierra.

Sorry for the inconvenience, and thank you for fixing this.

-- 
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/6dd100f1/attachment.html>


More information about the webkit-unassigned mailing list