Title: [277866] branches/safari-612.1.15.0-branch/Source/WebKit
Revision
277866
Author
repst...@apple.com
Date
2021-05-21 10:03:17 -0700 (Fri, 21 May 2021)

Log Message

Cherry-pick r277791. rdar://problem/78313265

    [iOS] Add missing method in sandbox IOKit filter
    https://bugs.webkit.org/show_bug.cgi?id=225975
    <rdar://78212330>

    Reviewed by Brent Fulgham.

    Add missing method in IOSurfaceRootUserClient filter on iOS.

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

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

Modified Paths

Diff

Modified: branches/safari-612.1.15.0-branch/Source/WebKit/ChangeLog (277865 => 277866)


--- branches/safari-612.1.15.0-branch/Source/WebKit/ChangeLog	2021-05-21 16:41:30 UTC (rev 277865)
+++ branches/safari-612.1.15.0-branch/Source/WebKit/ChangeLog	2021-05-21 17:03:17 UTC (rev 277866)
@@ -1,3 +1,32 @@
+2021-05-21  Russell Epstein  <repst...@apple.com>
+
+        Cherry-pick r277791. rdar://problem/78313265
+
+    [iOS] Add missing method in sandbox IOKit filter
+    https://bugs.webkit.org/show_bug.cgi?id=225975
+    <rdar://78212330>
+    
+    Reviewed by Brent Fulgham.
+    
+    Add missing method in IOSurfaceRootUserClient filter on iOS.
+    
+    * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@277791 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2021-05-20  Per Arne  <pvol...@apple.com>
+
+            [iOS] Add missing method in sandbox IOKit filter
+            https://bugs.webkit.org/show_bug.cgi?id=225975
+            <rdar://78212330>
+
+            Reviewed by Brent Fulgham.
+
+            Add missing method in IOSurfaceRootUserClient filter on iOS.
+
+            * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2021-05-19  Ruben Turcios  <rubent...@apple.com>
 
         Cherry-pick r277665. rdar://problem/78213427

Modified: branches/safari-612.1.15.0-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (277865 => 277866)


--- branches/safari-612.1.15.0-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2021-05-21 16:41:30 UTC (rev 277865)
+++ branches/safari-612.1.15.0-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2021-05-21 17:03:17 UTC (rev 277866)
@@ -441,6 +441,7 @@
                     32
                     34
                     35
+                    36
                 )
             )
         )
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to