Title: [240626] tags/Safari-608.1.3/Source/WebKit
Revision
240626
Author
[email protected]
Date
2019-01-28 17:14:39 -0800 (Mon, 28 Jan 2019)

Log Message

Cherry-pick r240620. rdar://problem/47614992

    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:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240620 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: tags/Safari-608.1.3/Source/WebKit/ChangeLog (240625 => 240626)


--- tags/Safari-608.1.3/Source/WebKit/ChangeLog	2019-01-29 01:14:35 UTC (rev 240625)
+++ tags/Safari-608.1.3/Source/WebKit/ChangeLog	2019-01-29 01:14:39 UTC (rev 240626)
@@ -1,5 +1,32 @@
 2019-01-28  Alan Coon  <[email protected]>
 
+        Cherry-pick r240620. rdar://problem/47614992
+
+    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:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240620 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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  Alan Coon  <[email protected]>
+
         Cherry-pick r240599. rdar://problem/47560907
 
     Regression(PSON) Crash under WebPageProxy::didStartProgress()

Modified: tags/Safari-608.1.3/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (240625 => 240626)


--- tags/Safari-608.1.3/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-01-29 01:14:35 UTC (rev 240625)
+++ tags/Safari-608.1.3/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-01-29 01:14:39 UTC (rev 240626)
@@ -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