Title: [272419] trunk/Source/WebKit
- Revision
- 272419
- Author
- [email protected]
- Date
- 2021-02-05 09:20:38 -0800 (Fri, 05 Feb 2021)
Log Message
Remove access to IOMobileFramebufferUserClient
https://bugs.webkit.org/show_bug.cgi?id=221408
<rdar://problem/70551457>
Reviewed by Brent Fulgham.
Remove access to the IOKit class IOMobileFramebufferUserClient in the WebContent process on macOS and iOS
when the GPU process is enabled.
* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
* WebProcess/com.apple.WebProcess.sb.in:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (272418 => 272419)
--- trunk/Source/WebKit/ChangeLog 2021-02-05 17:11:37 UTC (rev 272418)
+++ trunk/Source/WebKit/ChangeLog 2021-02-05 17:20:38 UTC (rev 272419)
@@ -1,3 +1,17 @@
+2021-02-05 Per Arne Vollan <[email protected]>
+
+ Remove access to IOMobileFramebufferUserClient
+ https://bugs.webkit.org/show_bug.cgi?id=221408
+ <rdar://problem/70551457>
+
+ Reviewed by Brent Fulgham.
+
+ Remove access to the IOKit class IOMobileFramebufferUserClient in the WebContent process on macOS and iOS
+ when the GPU process is enabled.
+
+ * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+ * WebProcess/com.apple.WebProcess.sb.in:
+
2021-02-05 Kate Cheney <[email protected]>
CrashTracer: com.apple.WebKit.Networking at WebKit: WebKit::ResourceLoadStatisticsDatabaseStore::setPrevalentResource
Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (272418 => 272419)
--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb 2021-02-05 17:11:37 UTC (rev 272418)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb 2021-02-05 17:20:38 UTC (rev 272419)
@@ -1012,7 +1012,6 @@
(require-all
(require-not (extension "com.apple.webkit.extension.iokit"))
(iokit-user-client-class
- "IOMobileFramebufferUserClient"
"AGXDeviceUserClient"
"AppleJPEGDriverUserClient"
"IOSurfaceAcceleratorClient"
Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (272418 => 272419)
--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2021-02-05 17:11:37 UTC (rev 272418)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2021-02-05 17:20:38 UTC (rev 272419)
@@ -1829,7 +1829,6 @@
(require-not (extension "com.apple.webkit.extension.iokit"))
(iokit-user-client-class
"AppleAVDUserClient"
- "IOMobileFramebufferUserClient"
"IOSurfaceAcceleratorClient"
)
)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes