⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243764 in webkit


Ignore:
Timestamp:
Apr 2, 2019, 3:39:11 PM (7 years ago)
Author:
pvollan@apple.com
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:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r243762 r243764  
     12019-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
    1142019-04-02  Chris Dumez  <cdumez@apple.com>
    215
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r243329 r243764  
    292292    (iokit-property "vendor-id")
    293293    (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>
    294297)
    295298
Note: See TracChangeset for help on using the changeset viewer.