Title: [270326] trunk/Source/WebKit
- Revision
- 270326
- Author
- [email protected]
- Date
- 2020-12-01 13:38:29 -0800 (Tue, 01 Dec 2020)
Log Message
[macOS] Deny mach lookup of 'com.apple.webinspector' in the WebContent process
https://bugs.webkit.org/show_bug.cgi?id=219386
<rdar://problem/60932734>
Reviewed by Darin Adler.
After r270035, mach-lookup of 'com.apple.webinspector' can be denied in the WebContent process on macOS.
* WebProcess/com.apple.WebProcess.sb.in:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (270325 => 270326)
--- trunk/Source/WebKit/ChangeLog 2020-12-01 20:57:09 UTC (rev 270325)
+++ trunk/Source/WebKit/ChangeLog 2020-12-01 21:38:29 UTC (rev 270326)
@@ -1,3 +1,15 @@
+2020-12-01 Per Arne Vollan <[email protected]>
+
+ [macOS] Deny mach lookup of 'com.apple.webinspector' in the WebContent process
+ https://bugs.webkit.org/show_bug.cgi?id=219386
+ <rdar://problem/60932734>
+
+ Reviewed by Darin Adler.
+
+ After r270035, mach-lookup of 'com.apple.webinspector' can be denied in the WebContent process on macOS.
+
+ * WebProcess/com.apple.WebProcess.sb.in:
+
2020-12-01 Brent Fulgham <[email protected]>
[macOS] Add telemetry for sandbox rules we believe are unused
Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (270325 => 270326)
--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2020-12-01 20:57:09 UTC (rev 270325)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2020-12-01 21:38:29 UTC (rev 270326)
@@ -934,10 +934,6 @@
(allow ipc-posix-shm-read* ipc-posix-shm-write-data
(ipc-posix-name-regex #"^AudioIO"))
-;; Remote Web Inspector
-(allow mach-lookup
- (global-name "com.apple.webinspector"))
-
;; Still actively in use
(allow mach-lookup
#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes