Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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.


Canonical link: https://commits.webkit.org/185282@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@212247 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
eric-carlson committed Feb 13, 2017
1 parent 1da8b54 commit 77c104d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Source/WebKit2/ChangeLog
@@ -1,3 +1,14 @@
2017-02-13 Eric Carlson <eric.carlson@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 <antti@apple.com>

Disable mmap'd cache files if container is class A
Expand Down
1 change: 1 addition & 0 deletions Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in
Expand Up @@ -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")
Expand Down

0 comments on commit 77c104d

Please sign in to comment.