Title: [271966] trunk/Source/WebKit
Revision
271966
Author
[email protected]
Date
2021-01-27 10:45:44 -0800 (Wed, 27 Jan 2021)

Log Message

[macOS] Remove CFPBS access in the WebContent process
https://bugs.webkit.org/show_bug.cgi?id=221000
<rdar://problem/70501475>

Reviewed by Brent Fulgham.

Remove CFPBS access in the WebContent process on macOS, since there are no reports of this being used.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (271965 => 271966)


--- trunk/Source/WebKit/ChangeLog	2021-01-27 18:36:53 UTC (rev 271965)
+++ trunk/Source/WebKit/ChangeLog	2021-01-27 18:45:44 UTC (rev 271966)
@@ -1,5 +1,17 @@
 2021-01-27  Per Arne  <[email protected]>
 
+        [macOS] Remove CFPBS access in the WebContent process
+        https://bugs.webkit.org/show_bug.cgi?id=221000
+        <rdar://problem/70501475>
+
+        Reviewed by Brent Fulgham.
+
+        Remove CFPBS access in the WebContent process on macOS, since there are no reports of this being used.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
+2021-01-27  Per Arne  <[email protected]>
+
         [macOS] Re-enable ENABLE_SET_WEBCONTENT_PROCESS_INFORMATION_IN_NETWORK_PROCESS
         https://bugs.webkit.org/show_bug.cgi?id=221039
         <rdar://problem/73665061>

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


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-01-27 18:36:53 UTC (rev 271965)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-01-27 18:45:44 UTC (rev 271966)
@@ -1227,11 +1227,10 @@
 
 (allow file-read-data
     (literal "/dev/autofs_nowait")) ; Used by CF to circumvent automount triggers
+#if __MAC_OS_X_VERSION_MIN_REQUIRED <= 110000
 (allow ipc-posix-shm
-#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000
-    (with report) (with telemetry-backtrace)
+    (ipc-posix-name-regex #"^CFPBS:")) ; <rdar://problem/13757475>
 #endif
-    (ipc-posix-name-regex #"^CFPBS:")) ; <rdar://problem/13757475>
 
 ;; Graphics
 (system-graphics)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to