Title: [266438] branches/safari-610-branch/Source/WebKit
Revision
266438
Author
[email protected]
Date
2020-09-01 18:19:35 -0700 (Tue, 01 Sep 2020)

Log Message

Cherry-pick r266301. rdar://problem/68177648

    [macOS] Fix iokit-get-properties sandbox violations
    https://bugs.webkit.org/show_bug.cgi?id=215925

    Reviewed by Brent Fulgham.

    Add iokit-property to WebContent sandbox that should have been a part of r266282.

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

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

Modified Paths

Diff

Modified: branches/safari-610-branch/Source/WebKit/ChangeLog (266437 => 266438)


--- branches/safari-610-branch/Source/WebKit/ChangeLog	2020-09-02 01:19:32 UTC (rev 266437)
+++ branches/safari-610-branch/Source/WebKit/ChangeLog	2020-09-02 01:19:35 UTC (rev 266438)
@@ -1,5 +1,32 @@
 2020-09-01  Alan Coon  <[email protected]>
 
+        Cherry-pick r266301. rdar://problem/68177648
+
+    [macOS] Fix iokit-get-properties sandbox violations
+    https://bugs.webkit.org/show_bug.cgi?id=215925
+    
+    Reviewed by Brent Fulgham.
+    
+    Add iokit-property to WebContent sandbox that should have been a part of r266282.
+    
+    * WebProcess/com.apple.WebProcess.sb.in:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@266301 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-08-28  Per Arne Vollan  <[email protected]>
+
+            [macOS] Fix iokit-get-properties sandbox violations
+            https://bugs.webkit.org/show_bug.cgi?id=215925
+
+            Reviewed by Brent Fulgham.
+
+            Add iokit-property to WebContent sandbox that should have been a part of r266282.
+
+            * WebProcess/com.apple.WebProcess.sb.in:
+
+2020-09-01  Alan Coon  <[email protected]>
+
         Cherry-pick r266282. rdar://problem/68177648
 
     [macOS] Fix iokit-get-properties sandbox violations

Modified: branches/safari-610-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (266437 => 266438)


--- branches/safari-610-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2020-09-02 01:19:32 UTC (rev 266437)
+++ branches/safari-610-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2020-09-02 01:19:35 UTC (rev 266438)
@@ -223,6 +223,7 @@
     (iokit-property "CapsLockDelay")
     (iokit-property "CaseSensitive")
     (iokit-property "ConfigState")
+    (iokit-property "DPLanes")
     (iokit-property "DPLinkBit")
     (iokit-property "DPLinkRate")
     (iokit-property "Description")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to