Changeset 244159 in webkit


Ignore:
Timestamp:
Apr 10, 2019 3:50:04 PM (5 years ago)
Author:
pvollan@apple.com
Message:

[iOS] Fix iokit-get-properties sandbox violations
https://bugs.webkit.org/show_bug.cgi?id=196782
<rdar://problem/49497720>

Reviewed by Brent Fulgham.

Add iokit properties to the WebContent sandbox on iOS.

  • Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r244151 r244159  
     12019-04-10  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [iOS] Fix iokit-get-properties sandbox violations
     4        https://bugs.webkit.org/show_bug.cgi?id=196782
     5        <rdar://problem/49497720>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        Add iokit properties to the WebContent sandbox on iOS.
     10
     11        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     12
    1132019-04-10  Tim Horton  <timothy_horton@apple.com>
    214
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r243916 r244159  
    279279    (iokit-property-regex #"^MetalPlugin(Name|ClassName)")
    280280    (iokit-property "Protocol Characteristics")
     281    (iokit-property "artwork-device-idiom") ;; <rdar://problem/49497720>
    281282    (iokit-property "artwork-device-subtype")
     283    (iokit-property "artwork-display-gamut") ;; <rdar://problem/49497788>
     284    (iokit-property "artwork-dynamic-displaymode") ;; <rdar://problem/49497720>
     285    (iokit-property "artwork-scale-factor") ;; <rdar://problem/49497788>
    282286    (iokit-property-regex #"(canvas-height|canvas-width)")
    283287    (iokit-property "class-code")
    284288    (iokit-property "color-accuracy-index")
     289    (iokit-property "compatible-device-fallback") ;; <rdar://problem/49497720>
    285290    (iokit-property "device-id")
    286291    (iokit-property "device-perf-memory-class")
    287292    (iokit-property "emu")
     293    (iokit-property "graphics-featureset-class") ;; <rdar://problem/49497720>
    288294    (iokit-property "hdcp-hoover-protocol")
    289295    (iokit-property "iommu-present")
     296    (iokit-property "product-description") ;; <rdar://problem/49497788>
    290297    (iokit-property "product-id")
    291298    (iokit-property "software-behavior")
    292299    (iokit-property "vendor-id")
    293300    (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>
    297301)
    298302
Note: See TracChangeset for help on using the changeset viewer.