Title: [285279] branches/safari-612-branch/Source/WebKit
Revision
285279
Author
[email protected]
Date
2021-11-04 12:39:06 -0700 (Thu, 04 Nov 2021)

Log Message

Cherry-pick r283886. rdar://problem/83743661

    [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:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@283886 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-612-branch/Source/WebKit/ChangeLog (285278 => 285279)


--- branches/safari-612-branch/Source/WebKit/ChangeLog	2021-11-04 19:39:03 UTC (rev 285278)
+++ branches/safari-612-branch/Source/WebKit/ChangeLog	2021-11-04 19:39:06 UTC (rev 285279)
@@ -1,5 +1,34 @@
 2021-11-04  Russell Epstein  <[email protected]>
 
+        Cherry-pick r283886. rdar://problem/83743661
+
+    [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:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@283886 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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-11-04  Russell Epstein  <[email protected]>
+
         Cherry-pick r283394. rdar://problem/83732537
 
     GPU Process microphone attribution SPI adoption

Modified: branches/safari-612-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in (285278 => 285279)


--- branches/safari-612-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2021-11-04 19:39:03 UTC (rev 285278)
+++ branches/safari-612-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2021-11-04 19:39:06 UTC (rev 285279)
@@ -96,9 +96,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