Title: [235791] trunk/Source/WebKit
Revision
235791
Author
[email protected]
Date
2018-09-07 12:50:41 -0700 (Fri, 07 Sep 2018)

Log Message

[macOS] Remove unused XPC service from sandbox
https://bugs.webkit.org/show_bug.cgi?id=189406
<rdar://problem/43015423>

Reviewed by Youenn Fablet.

The API surface exposed by "com.apple.systemstats.analysis" is no longer used by the
WebContent process. Since there is no need for this sandbox opening, we should remove it.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (235790 => 235791)


--- trunk/Source/WebKit/ChangeLog	2018-09-07 19:44:48 UTC (rev 235790)
+++ trunk/Source/WebKit/ChangeLog	2018-09-07 19:50:41 UTC (rev 235791)
@@ -1,5 +1,18 @@
 2018-09-07  Brent Fulgham  <[email protected]>
 
+        [macOS] Remove unused XPC service from sandbox
+        https://bugs.webkit.org/show_bug.cgi?id=189406
+        <rdar://problem/43015423>
+
+        Reviewed by Youenn Fablet.
+
+        The API surface exposed by "com.apple.systemstats.analysis" is no longer used by the
+        WebContent process. Since there is no need for this sandbox opening, we should remove it.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
+2018-09-07  Brent Fulgham  <[email protected]>
+
         Unreviewed syntax fix after r235781
 
         Don't use hash-quote syntax for these non-regex inputs.

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


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-09-07 19:44:48 UTC (rev 235790)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-09-07 19:50:41 UTC (rev 235791)
@@ -608,7 +608,6 @@
        (global-name "com.apple.system.DirectoryService.libinfo_v1")
        (global-name "com.apple.system.logger")
        (global-name "com.apple.system.opendirectoryd.api")
-       (global-name "com.apple.systemstats.analysis")
        (global-name "com.apple.tccd")
        (global-name "com.apple.tccd.system")
        (global-name "com.apple.trustd")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to