Title: [240620] trunk/Source/WebKit
Revision
240620
Author
[email protected]
Date
2019-01-28 16:55:59 -0800 (Mon, 28 Jan 2019)

Log Message

REGRESSION (r240348): Loading netflix home page panics device
https://bugs.webkit.org/show_bug.cgi?id=193936

Reviewed by Alexey Proskuryakov.

Temporarily enable permissive call filtering.

* WebProcess/com.apple.WebProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (240619 => 240620)


--- trunk/Source/WebKit/ChangeLog	2019-01-29 00:54:31 UTC (rev 240619)
+++ trunk/Source/WebKit/ChangeLog	2019-01-29 00:55:59 UTC (rev 240620)
@@ -1,3 +1,14 @@
+2019-01-28  Per Arne Vollan  <[email protected]>
+
+        REGRESSION (r240348): Loading netflix home page panics device
+        https://bugs.webkit.org/show_bug.cgi?id=193936
+
+        Reviewed by Alexey Proskuryakov.
+
+        Temporarily enable permissive call filtering.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2019-01-28  Joseph Pecoraro  <[email protected]>
 
         [iOS] Attempting to open a Keynote document to iCloud.com from iCloud Files causes crash

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


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-01-29 00:54:31 UTC (rev 240619)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-01-29 00:55:59 UTC (rev 240620)
@@ -825,7 +825,6 @@
 #endif // PLATFORM(MAC)
 
 (when (defined? 'syscall-unix)
-    (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