Title: [217450] trunk/Source/WebKit2
- Revision
- 217450
- Author
- [email protected]
- Date
- 2017-05-25 14:31:57 -0700 (Thu, 25 May 2017)
Log Message
[WK2][iOS] Add a mach-lookup exception for 'com.apple.lsd.mapdb' to Network sandbox
https://bugs.webkit.org/show_bug.cgi?id=172465
<rdar://problem/32332836>
Reviewed by Alex Christensen.
Expand sandbox to allow lookup of the mapdb that contains UTI information used
by the Network process.
* Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (217449 => 217450)
--- trunk/Source/WebKit2/ChangeLog 2017-05-25 21:26:00 UTC (rev 217449)
+++ trunk/Source/WebKit2/ChangeLog 2017-05-25 21:31:57 UTC (rev 217450)
@@ -1,3 +1,16 @@
+2017-05-25 Brent Fulgham <[email protected]>
+
+ [WK2][iOS] Add a mach-lookup exception for 'com.apple.lsd.mapdb' to Network sandbox
+ https://bugs.webkit.org/show_bug.cgi?id=172465
+ <rdar://problem/32332836>
+
+ Reviewed by Alex Christensen.
+
+ Expand sandbox to allow lookup of the mapdb that contains UTI information used
+ by the Network process.
+
+ * Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
+
2017-05-25 Youenn Fablet <[email protected]>
com.apple.coremedia.videoencoder XPC service should be allowed by WebProcess sandbox
Modified: trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb (217449 => 217450)
--- trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb 2017-05-25 21:26:00 UTC (rev 217449)
+++ trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb 2017-05-25 21:31:57 UTC (rev 217450)
@@ -86,4 +86,5 @@
;; Various services required by system frameworks
(allow mach-lookup
+ (global-name "com.apple.lsd.mapdb")
(global-name "com.apple.analyticsd"))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes