Title: [218858] trunk/Source/WebKit2
Revision
218858
Author
bfulg...@apple.com
Date
2017-06-27 18:06:53 -0700 (Tue, 27 Jun 2017)

Log Message

[WK2][macOS] Expand sandbox to allow access to the CoreMedia volume control endpoint
https://bugs.webkit.org/show_bug.cgi?id=173898
<rdar://problem/32930754>

Reviewed by Ryosuke Niwa.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (218857 => 218858)


--- trunk/Source/WebKit2/ChangeLog	2017-06-28 01:04:29 UTC (rev 218857)
+++ trunk/Source/WebKit2/ChangeLog	2017-06-28 01:06:53 UTC (rev 218858)
@@ -1,3 +1,13 @@
+2017-06-27  Brent Fulgham  <bfulg...@apple.com>
+
+        [WK2][macOS] Expand sandbox to allow access to the CoreMedia volume control endpoint
+        https://bugs.webkit.org/show_bug.cgi?id=173898
+        <rdar://problem/32930754>
+
+        Reviewed by Ryosuke Niwa.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2017-06-27  Wenson Hsieh  <wenson_hs...@apple.com>
 
         [iOS DnD] Support dragging out of contenteditable areas without a prior selection

Modified: trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in (218857 => 218858)


--- trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2017-06-28 01:04:29 UTC (rev 218857)
+++ trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2017-06-28 01:06:53 UTC (rev 218858)
@@ -551,6 +551,7 @@
 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101300
     (global-name "com.apple.coremedia.routediscoverer.xpc")
     (global-name "com.apple.coremedia.routingcontext.xpc")
+    (global-name "com.apple.coremedia.volumecontroller.xpc")
 #endif
 )
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to