Title: [283886] trunk/Source/WebKit
Revision
283886
Author
[email protected]
Date
2021-10-11 01:14:39 -0700 (Mon, 11 Oct 2021)

Log Message

[iOS] Add message filter in the WebContent process' sandbox
https://bugs.webkit.org/show_bug.cgi?id=231046
<rdar://problem/83743661>

Reviewed by Brent Fulgham.

Add IOKit message filter in the WebContent process' sandbox on iOS.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (283885 => 283886)


--- trunk/Source/WebKit/ChangeLog	2021-10-11 07:34:57 UTC (rev 283885)
+++ trunk/Source/WebKit/ChangeLog	2021-10-11 08:14:39 UTC (rev 283886)
@@ -1,3 +1,15 @@
+2021-10-11  Per Arne Vollan <[email protected]>
+
+        [iOS] Add message filter in the WebContent process' sandbox
+        https://bugs.webkit.org/show_bug.cgi?id=231046
+        <rdar://problem/83743661>
+
+        Reviewed by Brent Fulgham.
+
+        Add IOKit message filter in the WebContent process' sandbox on iOS.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
+
 2021-10-10  Sihui Liu  <[email protected]>
 
         Add support for iterating FileSystemDirectoryHandle

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in (283885 => 283886)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2021-10-11 07:34:57 UTC (rev 283885)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2021-10-11 08:14:39 UTC (rev 283886)
@@ -101,9 +101,14 @@
             (apply-message-filter
                 (deny (with telemetry)
                     iokit-async-external-method
+                    iokit-external-method
                     iokit-external-trap)
-                (allow (with telemetry)
-                    iokit-external-method)
+                (allow (with telemetry) iokit-external-method
+                    (iokit-method-number
+                        8
+                        28
+                    )
+                )
             )
         )
     )
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to