Title: [285970] branches/safari-613.1.9-branch/Source/WebKit
Revision
285970
Author
[email protected]
Date
2021-11-17 18:29:46 -0800 (Wed, 17 Nov 2021)

Log Message

Cherry-pick r285959. rdar://problem/85529891

    [macOS] Add message filter guard in the GPU process' sandbox
    https://bugs.webkit.org/show_bug.cgi?id=233282
    <rdar://85514428>

    Reviewed by Brent Fulgham.

    Add message filter guard in the GPU process' sandbox.

    * GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:

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

Modified Paths

Diff

Modified: branches/safari-613.1.9-branch/Source/WebKit/ChangeLog (285969 => 285970)


--- branches/safari-613.1.9-branch/Source/WebKit/ChangeLog	2021-11-18 02:29:44 UTC (rev 285969)
+++ branches/safari-613.1.9-branch/Source/WebKit/ChangeLog	2021-11-18 02:29:46 UTC (rev 285970)
@@ -1,5 +1,34 @@
 2021-11-17  Alan Coon  <[email protected]>
 
+        Cherry-pick r285959. rdar://problem/85529891
+
+    [macOS] Add message filter guard in the GPU process' sandbox
+    https://bugs.webkit.org/show_bug.cgi?id=233282
+    <rdar://85514428>
+    
+    Reviewed by Brent Fulgham.
+    
+    Add message filter guard in the GPU process' sandbox.
+    
+    * GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@285959 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2021-11-17  Per Arne Vollan  <[email protected]>
+
+            [macOS] Add message filter guard in the GPU process' sandbox
+            https://bugs.webkit.org/show_bug.cgi?id=233282
+            <rdar://85514428>
+
+            Reviewed by Brent Fulgham.
+
+            Add message filter guard in the GPU process' sandbox.
+
+            * GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:
+
+2021-11-17  Alan Coon  <[email protected]>
+
         Cherry-pick r285869. rdar://problem/85529891
 
     [macOS][GPUP] Add telemetry for syscalls

Modified: branches/safari-613.1.9-branch/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in (285969 => 285970)


--- branches/safari-613.1.9-branch/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in	2021-11-18 02:29:44 UTC (rev 285969)
+++ branches/safari-613.1.9-branch/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in	2021-11-18 02:29:46 UTC (rev 285970)
@@ -856,6 +856,7 @@
     )
 )
 
+#if HAVE(SANDBOX_MESSAGE_FILTERING)
 (when (and (equal? (param "ENABLE_SANDBOX_MESSAGE_FILTER") "YES") (defined? 'mach-kernel-endpoint))
     (allow mach-kernel-endpoint
         (apply-message-filter
@@ -890,6 +891,7 @@
         MSC_swtch_pri
         MSC_syscall_thread_switch
         MSC_thread_get_special_reply_port)))
+#endif // HAVE(SANDBOX_MESSAGE_FILTERING)
 
 (when (defined? 'syscall-unix)
     (allow syscall-unix (with telemetry))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to