Title: [280692] branches/safari-612.1.27.0-branch/Source/WebKit
- Revision
- 280692
- Author
- [email protected]
- Date
- 2021-08-05 09:26:50 -0700 (Thu, 05 Aug 2021)
Log Message
Cherry-pick r280606. rdar://problem/81475582
[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:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@280606 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-612.1.27.0-branch/Source/WebKit/ChangeLog (280691 => 280692)
--- branches/safari-612.1.27.0-branch/Source/WebKit/ChangeLog 2021-08-05 16:23:31 UTC (rev 280691)
+++ branches/safari-612.1.27.0-branch/Source/WebKit/ChangeLog 2021-08-05 16:26:50 UTC (rev 280692)
@@ -1,3 +1,32 @@
+2021-08-05 Russell Epstein <[email protected]>
+
+ Cherry-pick r280606. rdar://problem/81475582
+
+ [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:
+
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@280606 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 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 Russell Epstein <[email protected]>
Cherry-pick r280603. rdar://problem/81473647
Modified: branches/safari-612.1.27.0-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb (280691 => 280692)
--- branches/safari-612.1.27.0-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb 2021-08-05 16:23:31 UTC (rev 280691)
+++ branches/safari-612.1.27.0-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb 2021-08-05 16:26:50 UTC (rev 280692)
@@ -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