Title: [252499] trunk/Source/WebKit
- Revision
- 252499
- Author
- [email protected]
- Date
- 2019-11-15 13:35:58 -0800 (Fri, 15 Nov 2019)
Log Message
[iOS] Fix sandbox violation in the WebContent process related to WebRTC audio captures
https://bugs.webkit.org/show_bug.cgi?id=204240
<rdar://problem/57170333>
Reviewed by Brent Fulgham.
The WebContent process needs access to read a new audio related preference domain.
* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (252498 => 252499)
--- trunk/Source/WebKit/ChangeLog 2019-11-15 20:13:47 UTC (rev 252498)
+++ trunk/Source/WebKit/ChangeLog 2019-11-15 21:35:58 UTC (rev 252499)
@@ -1,3 +1,15 @@
+2019-11-15 Per Arne Vollan <[email protected]>
+
+ [iOS] Fix sandbox violation in the WebContent process related to WebRTC audio captures
+ https://bugs.webkit.org/show_bug.cgi?id=204240
+ <rdar://problem/57170333>
+
+ Reviewed by Brent Fulgham.
+
+ The WebContent process needs access to read a new audio related preference domain.
+
+ * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
2019-11-15 Alex Christensen <[email protected]>
Reduce structure copies when creating an API::FrameInfo
Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (252498 => 252499)
--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb 2019-11-15 20:13:47 UTC (rev 252498)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb 2019-11-15 21:35:58 UTC (rev 252499)
@@ -181,6 +181,7 @@
"com.apple.corevideo"
"com.apple.itunesstored" ; Needed by MediaPlayer framework
"com.apple.mobileipod" ; Ditto
+ "com.apple.audio.virtualaudio" ; <rdar://problem/57170333>
)
;; Required by the MediaPlayer framework.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes