Changeset 243764 in webkit
- Timestamp:
- Apr 2, 2019, 3:39:11 PM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r243762 r243764 1 2019-04-02 Per Arne Vollan <pvollan@apple.com> 2 3 [iOS] Fix iokit-get-properties sandbox violation in the WebContent process 4 https://bugs.webkit.org/show_bug.cgi?id=196500 5 <rdar://problem/49497788> 6 7 Reviewed by Brent Fulgham. 8 9 Attempting to get the iokit properties 'product-description', 'artwork-display-gamut' and 10 'artwork-scale-factor' is causing sandbox violations. 11 12 * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: 13 1 14 2019-04-02 Chris Dumez <cdumez@apple.com> 2 15 -
trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb
r243329 r243764 292 292 (iokit-property "vendor-id") 293 293 (iokit-property "ui-pip") ;; <rdar://problem/48867037> 294 (iokit-property "product-description") ;; <rdar://problem/49497788> 295 (iokit-property "artwork-display-gamut") ;; <rdar://problem/49497788> 296 (iokit-property "artwork-scale-factor") ;; <rdar://problem/49497788> 294 297 ) 295 298
Note:
See TracChangeset
for help on using the changeset viewer.