Title: [202365] trunk/Source/WebKit2
- Revision
- 202365
- Author
- [email protected]
- Date
- 2016-06-22 21:01:04 -0700 (Wed, 22 Jun 2016)
Log Message
[iOS][WK2] Expand sandbox to read voice services preferences
https://bugs.webkit.org/show_bug.cgi?id=159046
<rdar://problem/26926722>
Reviewed by Alexey Proskuryakov.
Expand the sandbox to permit read-only access to voice services preferences.
* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (202364 => 202365)
--- trunk/Source/WebKit2/ChangeLog 2016-06-23 03:24:18 UTC (rev 202364)
+++ trunk/Source/WebKit2/ChangeLog 2016-06-23 04:01:04 UTC (rev 202365)
@@ -1,3 +1,15 @@
+2016-06-22 Brent Fulgham <[email protected]>
+
+ [iOS][WK2] Expand sandbox to read voice services preferences
+ https://bugs.webkit.org/show_bug.cgi?id=159046
+ <rdar://problem/26926722>
+
+ Reviewed by Alexey Proskuryakov.
+
+ Expand the sandbox to permit read-only access to voice services preferences.
+
+ * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
2016-06-22 Sam Weinig <[email protected]>
Add SPI to allow creating a WKCertificateInfoRef from a SecTrustRef
Modified: trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (202364 => 202365)
--- trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb 2016-06-23 03:24:18 UTC (rev 202364)
+++ trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb 2016-06-23 04:01:04 UTC (rev 202365)
@@ -38,7 +38,8 @@
(mobile-preferences-read
"com.apple.LaunchServices"
"com.apple.WebFoundation"
- "com.apple.mobileipod")
+ "com.apple.mobileipod"
+ "com.apple.voiceservices.logging")
;; Sandbox extensions
(define (apply-read-and-issue-extension op path-filter)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes