Title: [285889] trunk/Source/WebKit
Revision
285889
Author
pvol...@apple.com
Date
2021-11-16 14:53:58 -0800 (Tue, 16 Nov 2021)

Log Message

Adjust graphics related message filter
https://bugs.webkit.org/show_bug.cgi?id=233151
<rdar://problem/85430575>

Reviewed by Brent Fulgham.

Adjust graphics related message filter in the WebContent process' sandbox on iOS. This patch unifies
the filter for different OS versions.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (285888 => 285889)


--- trunk/Source/WebKit/ChangeLog	2021-11-16 22:53:14 UTC (rev 285888)
+++ trunk/Source/WebKit/ChangeLog	2021-11-16 22:53:58 UTC (rev 285889)
@@ -1,5 +1,18 @@
 2021-11-16  Per Arne Vollan  <pvol...@apple.com>
 
+        Adjust graphics related message filter
+        https://bugs.webkit.org/show_bug.cgi?id=233151
+        <rdar://problem/85430575>
+
+        Reviewed by Brent Fulgham.
+
+        Adjust graphics related message filter in the WebContent process' sandbox on iOS. This patch unifies
+        the filter for different OS versions.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
+2021-11-16  Per Arne Vollan  <pvol...@apple.com>
+
         [iOS] Limit graphics related IOKit method filtering
         https://bugs.webkit.org/show_bug.cgi?id=233209
         <rdar://problem/85473581>

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


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-11-16 22:53:14 UTC (rev 285888)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-11-16 22:53:58 UTC (rev 285889)
@@ -131,9 +131,7 @@
             (iokit-method-number
                 0
                 47
-#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120300
                 48
-#endif
             )
 #endif
         )
@@ -194,15 +192,11 @@
         (if (equal? (param "CPU") "arm64")
             (allow iokit-external-method
                 (iokit-method-number
-#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120300
+                    43
                     44
                     45
+                    46
                     47
-#else
-                    43
-                    44
-                    46
-#endif
                 )
             )
         )
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to