Title: [242573] tags/Safari-608.1.8/Source/WebKit
Revision
242573
Author
kocsen_ch...@apple.com
Date
2019-03-06 15:40:23 -0800 (Wed, 06 Mar 2019)

Log Message

Cherry-pick r242570. rdar://problem/48647263

    [macOS] Sandbox call violation causes WebContent process to crash
    https://bugs.webkit.org/show_bug.cgi?id=195379
    <rdar://problem/48647263>

    Reviewed by Brent Fulgham.

    A new call needs to be added to the allow list in the WebContent process' sandbox.

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

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

Modified Paths

Diff

Modified: tags/Safari-608.1.8/Source/WebKit/ChangeLog (242572 => 242573)


--- tags/Safari-608.1.8/Source/WebKit/ChangeLog	2019-03-06 23:36:29 UTC (rev 242572)
+++ tags/Safari-608.1.8/Source/WebKit/ChangeLog	2019-03-06 23:40:23 UTC (rev 242573)
@@ -1,3 +1,32 @@
+2019-03-06  Kocsen Chung  <kocsen_ch...@apple.com>
+
+        Cherry-pick r242570. rdar://problem/48647263
+
+    [macOS] Sandbox call violation causes WebContent process to crash
+    https://bugs.webkit.org/show_bug.cgi?id=195379
+    <rdar://problem/48647263>
+    
+    Reviewed by Brent Fulgham.
+    
+    A new call needs to be added to the allow list in the WebContent process' sandbox.
+    
+    * WebProcess/com.apple.WebProcess.sb.in:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@242570 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2019-03-06  Per Arne Vollan  <pvol...@apple.com>
+
+            [macOS] Sandbox call violation causes WebContent process to crash
+            https://bugs.webkit.org/show_bug.cgi?id=195379
+            <rdar://problem/48647263>
+
+            Reviewed by Brent Fulgham.
+
+            A new call needs to be added to the allow list in the WebContent process' sandbox.
+
+            * WebProcess/com.apple.WebProcess.sb.in:
+
 2019-03-06  Rob Buis  <rb...@igalia.com>
 
         Consider supporting the `referrerpolicy` attribute.

Modified: tags/Safari-608.1.8/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (242572 => 242573)


--- tags/Safari-608.1.8/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-03-06 23:36:29 UTC (rev 242572)
+++ tags/Safari-608.1.8/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-03-06 23:40:23 UTC (rev 242573)
@@ -969,6 +969,7 @@
         (syscall-number SYS_ulock_wake)
         (syscall-number SYS_work_interval_ctl)
         (syscall-number SYS_kdebug_typefilter)
+        (syscall-number SYS_memorystatus_control) ;; Needed for memory measurement infrastructure, see <rdar://problem/48647263>
     )
 )
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to