Title: [272070] trunk/Source/WebKit
- Revision
- 272070
- Author
- [email protected]
- Date
- 2021-01-29 11:25:36 -0800 (Fri, 29 Jan 2021)
Log Message
[macOS] Add audio related shm write reporting
https://bugs.webkit.org/show_bug.cgi?id=221136
<rdar://problem/73510094>
Reviewed by Brent Fulgham.
Add audio related shm write reporting in the WebContent process' sandbox.
* WebProcess/com.apple.WebProcess.sb.in:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (272069 => 272070)
--- trunk/Source/WebKit/ChangeLog 2021-01-29 19:22:43 UTC (rev 272069)
+++ trunk/Source/WebKit/ChangeLog 2021-01-29 19:25:36 UTC (rev 272070)
@@ -1,5 +1,17 @@
2021-01-29 Per Arne <[email protected]>
+ [macOS] Add audio related shm write reporting
+ https://bugs.webkit.org/show_bug.cgi?id=221136
+ <rdar://problem/73510094>
+
+ Reviewed by Brent Fulgham.
+
+ Add audio related shm write reporting in the WebContent process' sandbox.
+
+ * WebProcess/com.apple.WebProcess.sb.in:
+
+2021-01-29 Per Arne <[email protected]>
+
[macOS] Remove access to IOSurfaceSendRight
https://bugs.webkit.org/show_bug.cgi?id=221131
<rdar://problem/70496356>
Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (272069 => 272070)
--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2021-01-29 19:22:43 UTC (rev 272069)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2021-01-29 19:25:36 UTC (rev 272070)
@@ -1073,6 +1073,9 @@
;; Audio
(allow ipc-posix-shm-read* ipc-posix-shm-write-data
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000
+ (with telemetry)
+#endif
(ipc-posix-name-regex #"^AudioIO"))
;; Still actively in use
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes