Changeset 280692 in webkit
- Timestamp:
- Aug 5, 2021, 9:26:50 AM (5 years ago)
- Location:
- branches/safari-612.1.27.0-branch/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-612.1.27.0-branch/Source/WebKit/ChangeLog
r280616 r280692 1 2021-08-05 Russell Epstein <repstein@apple.com> 2 3 Cherry-pick r280606. rdar://problem/81475582 4 5 [iOS] Fix sandbox violation in GPU process 6 https://bugs.webkit.org/show_bug.cgi?id=228743 7 <rdar://problem/81334849> 8 9 Reviewed by Brent Fulgham. 10 11 Allow reading "hw.product" in the GPU process' sandbox. 12 13 * Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb: 14 15 16 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@280606 268f45cc-cd09-0410-ab3c-d52691b4dbfc 17 18 2021-08-03 Per Arne <pvollan@apple.com> 19 20 [iOS] Fix sandbox violation in GPU process 21 https://bugs.webkit.org/show_bug.cgi?id=228743 22 <rdar://problem/81334849> 23 24 Reviewed by Brent Fulgham. 25 26 Allow reading "hw.product" in the GPU process' sandbox. 27 28 * Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb: 29 1 30 2021-08-03 Russell Epstein <repstein@apple.com> 2 31 -
branches/safari-612.1.27.0-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb
r279912 r280692 833 833 "hw.physicalcpu_max" 834 834 "hw.physmem" ;; <rdar://problem/76782530> 835 "hw.product" ;; <rdar://problem/81334849> 835 836 "hw.vectorunit" ;; <rdar://problem/76782530> 836 837 "kern.bootargs"
Note:
See TracChangeset
for help on using the changeset viewer.