Title: [280606] trunk/Source/WebKit
Revision
280606
Author
[email protected]
Date
2021-08-03 12:24:39 -0700 (Tue, 03 Aug 2021)

Log Message

[iOS] Fix sandbox violation in GPU process
https://bugs.webkit.org/show_bug.cgi?id=228743
<rdar://problem/81334849>

Reviewed by Brent Fulgham.

Allow reading "hw.product" in the GPU process' sandbox.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (280605 => 280606)


--- trunk/Source/WebKit/ChangeLog	2021-08-03 19:15:21 UTC (rev 280605)
+++ trunk/Source/WebKit/ChangeLog	2021-08-03 19:24:39 UTC (rev 280606)
@@ -1,3 +1,15 @@
+2021-08-03  Per Arne  <[email protected]>
+
+        [iOS] Fix sandbox violation in GPU process
+        https://bugs.webkit.org/show_bug.cgi?id=228743
+        <rdar://problem/81334849>
+
+        Reviewed by Brent Fulgham.
+
+        Allow reading "hw.product" in the GPU process' sandbox.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb:
+
 2021-08-03  Devin Rousso  <[email protected]>
 
         [Live Text] [iOS] Provide a presenting `UIViewController` for machine readable code actions so that they are related to the same view

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb (280605 => 280606)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb	2021-08-03 19:15:21 UTC (rev 280605)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb	2021-08-03 19:24:39 UTC (rev 280606)
@@ -832,6 +832,7 @@
         "hw.physicalcpu"
         "hw.physicalcpu_max"
         "hw.physmem" ;; <rdar://problem/76782530>
+        "hw.product" ;; <rdar://problem/81334849>
         "hw.vectorunit" ;; <rdar://problem/76782530>
         "kern.bootargs"
         "kern.hostname"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to