Changeset 280606 in webkit
- Timestamp:
- Aug 3, 2021, 12:24:39 PM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r280603 r280606 1 2021-08-03 Per Arne <pvollan@apple.com> 2 3 [iOS] Fix sandbox violation in GPU process 4 https://bugs.webkit.org/show_bug.cgi?id=228743 5 <rdar://problem/81334849> 6 7 Reviewed by Brent Fulgham. 8 9 Allow reading "hw.product" in the GPU process' sandbox. 10 11 * Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb: 12 1 13 2021-08-03 Devin Rousso <drousso@apple.com> 2 14 -
trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb
r279912 r280606 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.