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

Log Message

[macOS] Remove fsctl-command in the WebContent process
https://bugs.webkit.org/show_bug.cgi?id=221002
<rdar://problem/70504451>

Reviewed by Brent Fulgham.

Remove fsctl-command 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 (271958 => 271959)


--- trunk/Source/WebKit/ChangeLog	2021-01-27 17:39:23 UTC (rev 271958)
+++ trunk/Source/WebKit/ChangeLog	2021-01-27 18:03:29 UTC (rev 271959)
@@ -1,3 +1,15 @@
+2021-01-27  Per Arne  <[email protected]>
+
+        [macOS] Remove fsctl-command in the WebContent process
+        https://bugs.webkit.org/show_bug.cgi?id=221002
+        <rdar://problem/70504451>
+
+        Reviewed by Brent Fulgham.
+
+        Remove fsctl-command in the WebContent process on macOS, since there are no reports of this being used.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2021-01-27  Commit Queue  <[email protected]>
 
         Unreviewed, reverting r271940.

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


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-01-27 17:39:23 UTC (rev 271958)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-01-27 18:03:29 UTC (rev 271959)
@@ -1230,11 +1230,6 @@
     (with report) (with telemetry-backtrace)
 #endif
     (ipc-posix-name-regex #"^CFPBS:")) ; <rdar://problem/13757475>
-(allow system-fsctl
-#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000
-    (with report) (with telemetry-backtrace)
-#endif
-    (fsctl-command (_IO "h" 47)))
 
 ;; Graphics
 (system-graphics)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to