Title: [267569] trunk/Source/WebKit
Revision
267569
Author
[email protected]
Date
2020-09-25 08:08:54 -0700 (Fri, 25 Sep 2020)

Log Message

[macOS] Deny access to diagnosticd in the WebContent process
https://bugs.webkit.org/show_bug.cgi?id=216929
<rdar://problem/58496834>

Reviewed by Darin Adler.

After the change-set <https://trac.webkit.org/changeset/267498> landed, an extension to diagnostics
is issued when required, so the unconditional rule can be removed from the WebContent sandbox.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (267568 => 267569)


--- trunk/Source/WebKit/ChangeLog	2020-09-25 14:35:47 UTC (rev 267568)
+++ trunk/Source/WebKit/ChangeLog	2020-09-25 15:08:54 UTC (rev 267569)
@@ -1,3 +1,16 @@
+2020-09-25  Per Arne Vollan  <[email protected]>
+
+        [macOS] Deny access to diagnosticd in the WebContent process
+        https://bugs.webkit.org/show_bug.cgi?id=216929
+        <rdar://problem/58496834>
+
+        Reviewed by Darin Adler.
+
+        After the change-set <https://trac.webkit.org/changeset/267498> landed, an extension to diagnostics
+        is issued when required, so the unconditional rule can be removed from the WebContent sandbox.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2020-09-25  Youenn Fablet  <[email protected]>
 
         Implement default behavior for getUserMedia requests in case where there is no delegate set

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


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2020-09-25 14:35:47 UTC (rev 267568)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2020-09-25 15:08:54 UTC (rev 267569)
@@ -721,7 +721,6 @@
     (with report) (with telemetry-backtrace)
 #endif
     (global-name "com.apple.coreservices.launchservicesd")
-    (global-name "com.apple.diagnosticd")
     (global-name "com.apple.iconservices")
     (global-name "com.apple.iconservices.store")
     (global-name "com.apple.powerlog.plxpclogger.xpc")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to