Title: [227345] trunk/Source/WebKit
Revision
227345
Author
bfulg...@apple.com
Date
2018-01-22 11:25:21 -0800 (Mon, 22 Jan 2018)

Log Message

[macOS, iOS] Allow accss to AVFoundation preference
https://bugs.webkit.org/show_bug.cgi?id=181937
<rdar://problem/33137029>

Reviewed by Eric Carlson.

Grant access to the 'com.apple.avfoundation.frecents' preference.

* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
* WebProcess/com.apple.WebProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (227344 => 227345)


--- trunk/Source/WebKit/ChangeLog	2018-01-22 19:16:52 UTC (rev 227344)
+++ trunk/Source/WebKit/ChangeLog	2018-01-22 19:25:21 UTC (rev 227345)
@@ -1,3 +1,16 @@
+2018-01-22  Brent Fulgham  <bfulg...@apple.com>
+
+        [macOS, iOS] Allow accss to AVFoundation preference
+        https://bugs.webkit.org/show_bug.cgi?id=181937
+        <rdar://problem/33137029>
+
+        Reviewed by Eric Carlson.
+
+        Grant access to the 'com.apple.avfoundation.frecents' preference.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2018-01-22  Brady Eidson  <beid...@apple.com>
 
         In WebKit2, make the MessagePortChannelRegistry live in the UI process.

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (227344 => 227345)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2018-01-22 19:16:52 UTC (rev 227344)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2018-01-22 19:25:21 UTC (rev 227345)
@@ -312,6 +312,7 @@
     "com.apple.LaunchServices"
     "com.apple.WebFoundation"
     "com.apple.mobileipod"
+    "com.apple.avfoundation.frecents" ;; <rdar://problem/33137029>
     "com.apple.avfoundation.videoperformancehud" ;; <rdar://problem/31594568>
     "com.apple.voiceservices.logging")
 

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


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-01-22 19:16:52 UTC (rev 227344)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-01-22 19:25:21 UTC (rev 227345)
@@ -457,6 +457,7 @@
         "com.apple.ServicesMenu.Services" ;; Needed for NSAttributedString <rdar://problem/10844321>
         "com.apple.WebFoundation"
         "com.apple.avfoundation"
+        "com.apple.avfoundation.frecents" ;; <rdar://problem/33137029>
         "com.apple.avfoundation.videoperformancehud" ;; <rdar://problem/31594568>
         "com.apple.coremedia"
         "com.apple.crypto"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to