Title: [212247] trunk/Source/WebKit2
Revision
212247
Author
eric.carl...@apple.com
Date
2017-02-13 13:39:43 -0800 (Mon, 13 Feb 2017)

Log Message

[MediaStream Mac] Video capture needs access to /Library/CoreMediaIO/Plug-Ins/DAL/
https://bugs.webkit.org/show_bug.cgi?id=168244
<rdar://problem/30461158>

Reviewed by Brady Eidson.

* WebProcess/com.apple.WebProcess.sb.in: Grant read-access to the video capture
plug-in directory when enabling video capture.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (212246 => 212247)


--- trunk/Source/WebKit2/ChangeLog	2017-02-13 21:37:41 UTC (rev 212246)
+++ trunk/Source/WebKit2/ChangeLog	2017-02-13 21:39:43 UTC (rev 212247)
@@ -1,3 +1,14 @@
+2017-02-13  Eric Carlson  <eric.carl...@apple.com>
+
+        [MediaStream Mac] Video capture needs access to /Library/CoreMediaIO/Plug-Ins/DAL/
+        https://bugs.webkit.org/show_bug.cgi?id=168244
+        <rdar://problem/30461158>
+
+        Reviewed by Brady Eidson.
+
+        * WebProcess/com.apple.WebProcess.sb.in: Grant read-access to the video capture
+        plug-in directory when enabling video capture.
+
 2017-02-13  Antti Koivisto  <an...@apple.com>
 
         Disable mmap'd cache files if container is class A

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


--- trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2017-02-13 21:37:41 UTC (rev 212246)
+++ trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2017-02-13 21:39:43 UTC (rev 212247)
@@ -434,6 +434,7 @@
 ;; Media capture, camera access
 (with-filter (extension "com.apple.webkit.camera")
     (shared-preferences-read "com.apple.coremedia")
+    (allow file-read* (subpath "/Library/CoreMediaIO/Plug-Ins/DAL"))
     (allow mach-lookup (extension "com.apple.app-sandbox.mach"))
     (allow mach-lookup
         (global-name "com.apple.cmio.AppleCameraAssistant")
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to