Title: [243764] trunk/Source/WebKit
- Revision
- 243764
- Author
- [email protected]
- Date
- 2019-04-02 15:39:11 -0700 (Tue, 02 Apr 2019)
Log Message
[iOS] Fix iokit-get-properties sandbox violation in the WebContent process
https://bugs.webkit.org/show_bug.cgi?id=196500
<rdar://problem/49497788>
Reviewed by Brent Fulgham.
Attempting to get the iokit properties 'product-description', 'artwork-display-gamut' and
'artwork-scale-factor' is causing sandbox violations.
* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (243763 => 243764)
--- trunk/Source/WebKit/ChangeLog 2019-04-02 22:19:05 UTC (rev 243763)
+++ trunk/Source/WebKit/ChangeLog 2019-04-02 22:39:11 UTC (rev 243764)
@@ -1,3 +1,16 @@
+2019-04-02 Per Arne Vollan <[email protected]>
+
+ [iOS] Fix iokit-get-properties sandbox violation in the WebContent process
+ https://bugs.webkit.org/show_bug.cgi?id=196500
+ <rdar://problem/49497788>
+
+ Reviewed by Brent Fulgham.
+
+ Attempting to get the iokit properties 'product-description', 'artwork-display-gamut' and
+ 'artwork-scale-factor' is causing sandbox violations.
+
+ * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
2019-04-02 Chris Dumez <[email protected]>
[WK2] Add support for Window's beforeprint / afterprint events
Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (243763 => 243764)
--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb 2019-04-02 22:19:05 UTC (rev 243763)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb 2019-04-02 22:39:11 UTC (rev 243764)
@@ -291,6 +291,9 @@
(iokit-property "software-behavior")
(iokit-property "vendor-id")
(iokit-property "ui-pip") ;; <rdar://problem/48867037>
+ (iokit-property "product-description") ;; <rdar://problem/49497788>
+ (iokit-property "artwork-display-gamut") ;; <rdar://problem/49497788>
+ (iokit-property "artwork-scale-factor") ;; <rdar://problem/49497788>
)
;; Read-only preferences and data
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes