Title: [270439] trunk/Source/WebKit
Revision
270439
Author
pvol...@apple.com
Date
2020-12-04 11:21:39 -0800 (Fri, 04 Dec 2020)

Log Message

[macOS] Deny mach-lookup to the service 'com.apple.print.normalizerd' in the WebContent process
https://bugs.webkit.org/show_bug.cgi?id=219541
<rdar://problem/68878604>

Reviewed by Darin Adler.

On macOS, deny mach-lookup to the service 'com.apple.print.normalizerd' in the WebContent process, since there are no
reports of this being used.

No new tests, since the result will depend on the macOS version.

* WebProcess/com.apple.WebProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (270438 => 270439)


--- trunk/Source/WebKit/ChangeLog	2020-12-04 19:04:43 UTC (rev 270438)
+++ trunk/Source/WebKit/ChangeLog	2020-12-04 19:21:39 UTC (rev 270439)
@@ -1,3 +1,18 @@
+2020-12-04  Per Arne Vollan  <pvol...@apple.com>
+
+        [macOS] Deny mach-lookup to the service 'com.apple.print.normalizerd' in the WebContent process
+        https://bugs.webkit.org/show_bug.cgi?id=219541
+        <rdar://problem/68878604>
+
+        Reviewed by Darin Adler.
+
+        On macOS, deny mach-lookup to the service 'com.apple.print.normalizerd' in the WebContent process, since there are no
+        reports of this being used.
+
+        No new tests, since the result will depend on the macOS version.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2020-12-04  Devin Rousso  <drou...@apple.com>
 
         [iOS] Provide a context menu action to perform accessibility image extraction

Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (270438 => 270439)


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2020-12-04 19:04:43 UTC (rev 270438)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2020-12-04 19:21:39 UTC (rev 270439)
@@ -623,7 +623,9 @@
 #endif
     (xpc-service-name "com.apple.audio.SandboxHelper")
     (xpc-service-name "com.apple.hiservices-xpcservice")
+#if __MAC_OS_X_VERSION_MIN_REQUIRED <= 110000
     (xpc-service-name "com.apple.print.normalizerd")
+#endif
 )
 
 #if __MAC_OS_X_VERSION_MIN_REQUIRED < 110000
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to