Title: [277894] trunk/Source/WebKit
Revision
277894
Author
bfulg...@apple.com
Date
2021-05-21 15:33:21 -0700 (Fri, 21 May 2021)

Log Message

[Cocoa] Expand IOKit method filters to cover items encountered during testing
https://bugs.webkit.org/show_bug.cgi?id=226106
<rdar://problem/78327511>

Reviewed by Per Arne Vollan.

Allow additional IOKit methods based on testing results and the method values we hit during normal operations.

* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
* WebProcess/com.apple.WebProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (277893 => 277894)


--- trunk/Source/WebKit/ChangeLog	2021-05-21 22:17:33 UTC (rev 277893)
+++ trunk/Source/WebKit/ChangeLog	2021-05-21 22:33:21 UTC (rev 277894)
@@ -1,3 +1,16 @@
+2021-05-21  Brent Fulgham  <bfulg...@apple.com>
+
+        [Cocoa] Expand IOKit method filters to cover items encountered during testing
+        https://bugs.webkit.org/show_bug.cgi?id=226106
+        <rdar://problem/78327511>
+
+        Reviewed by Per Arne Vollan.
+
+        Allow additional IOKit methods based on testing results and the method values we hit during normal operations.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2021-05-21  Chris Dumez  <cdu...@apple.com>
 
         Adopt CheckedLock in RemoteImageBufferProxy

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (277893 => 277894)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2021-05-21 22:17:33 UTC (rev 277893)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2021-05-21 22:33:21 UTC (rev 277894)
@@ -290,6 +290,9 @@
                         27
                         36
                         38
+                        39
+                        40
+                        42
                         44
                     )
                 )
@@ -442,6 +445,7 @@
                     34
                     35
                     36
+                    38
                 )
             )
         )

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


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-05-21 22:17:33 UTC (rev 277893)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-05-21 22:33:21 UTC (rev 277894)
@@ -165,6 +165,7 @@
                 263
                 265
                 267
+                268
                 512
             )
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to