Title: [252432] trunk/Source/WebKit
- Revision
- 252432
- Author
- [email protected]
- Date
- 2019-11-13 14:47:24 -0800 (Wed, 13 Nov 2019)
Log Message
[iOS] Cannot open camera from websites
https://bugs.webkit.org/show_bug.cgi?id=204168
<rdar://problem/57138788>
Reviewed by Jer Noble.
The sandbox is blocking a required service.
* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (252431 => 252432)
--- trunk/Source/WebKit/ChangeLog 2019-11-13 22:41:08 UTC (rev 252431)
+++ trunk/Source/WebKit/ChangeLog 2019-11-13 22:47:24 UTC (rev 252432)
@@ -1,3 +1,15 @@
+2019-11-13 Per Arne Vollan <[email protected]>
+
+ [iOS] Cannot open camera from websites
+ https://bugs.webkit.org/show_bug.cgi?id=204168
+ <rdar://problem/57138788>
+
+ Reviewed by Jer Noble.
+
+ The sandbox is blocking a required service.
+
+ * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
2019-11-13 Benjamin Nham <[email protected]>
VeryHigh priority loads are actually loading at VeryLow priority
Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (252431 => 252432)
--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb 2019-11-13 22:41:08 UTC (rev 252431)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb 2019-11-13 22:47:24 UTC (rev 252432)
@@ -627,6 +627,9 @@
(global-name "com.apple.aggregated")
(global-name "com.apple.cfprefsd.daemon"))
+(allow mach-lookup
+ (global-name "com.apple.tccd"))
+
(allow ipc-posix-shm-read*
(ipc-posix-name-prefix "apple.cfprefs."))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes