Title: [272328] trunk/Source/WebKit
- Revision
- 272328
- Author
- [email protected]
- Date
- 2021-02-03 10:35:43 -0800 (Wed, 03 Feb 2021)
Log Message
[macOS] Remove access to RootDomainUserClient
https://bugs.webkit.org/show_bug.cgi?id=221326
<rdar://problem/73928098>
Reviewed by Brent Fulgham.
After r272241, access to the IOKit class RootDomainUserClient can be removed from the WebContent process.
* WebProcess/com.apple.WebProcess.sb.in:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (272327 => 272328)
--- trunk/Source/WebKit/ChangeLog 2021-02-03 18:35:10 UTC (rev 272327)
+++ trunk/Source/WebKit/ChangeLog 2021-02-03 18:35:43 UTC (rev 272328)
@@ -1,3 +1,15 @@
+2021-02-03 Per Arne Vollan <[email protected]>
+
+ [macOS] Remove access to RootDomainUserClient
+ https://bugs.webkit.org/show_bug.cgi?id=221326
+ <rdar://problem/73928098>
+
+ Reviewed by Brent Fulgham.
+
+ After r272241, access to the IOKit class RootDomainUserClient can be removed from the WebContent process.
+
+ * WebProcess/com.apple.WebProcess.sb.in:
+
2021-02-03 Kate Cheney <[email protected]>
Add internal additions to NetworkSessionCocoa
Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (272327 => 272328)
--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2021-02-03 18:35:10 UTC (rev 272327)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2021-02-03 18:35:43 UTC (rev 272328)
@@ -1852,9 +1852,7 @@
)
)
-;; FIXME: Data indicates this is only needed on ARM64. This logging will confirm.
-;; Remove when the GPU process is enabled by default
-(allow iokit-open (with report)
+(deny iokit-open
#if __MAC_OS_X_VERSION_MIN_REQUIRED > 110000
(with telemetry-backtrace)
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes