Changeset 247495 in webkit


Ignore:
Timestamp:
Jul 16, 2019 1:28:30 PM (5 years ago)
Author:
Brent Fulgham
Message:

Update WebContent Process sandbox based on user seed data
https://bugs.webkit.org/show_bug.cgi?id=199799
<rdar://problem/52903477>

Reviewed by Alexey Proskuryakov.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r247494 r247495  
     12019-07-16  Brent Fulgham  <bfulgham@apple.com>
     2
     3        Update WebContent Process sandbox based on user seed data
     4        https://bugs.webkit.org/show_bug.cgi?id=199799
     5        <rdar://problem/52903477>
     6
     7        Reviewed by Alexey Proskuryakov.
     8
     9        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     10
    1112019-07-16  Andy Estes  <aestes@apple.com>
    212
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r247210 r247495  
    279279    (iokit-property-regex #"^MetalPlugin(Name|ClassName)")
    280280    (iokit-property "Protocol Characteristics")
     281    (iokit-property "als-colorCfg") ;; <rdar://problem/52903475>
    281282    (iokit-property "artwork-device-idiom") ;; <rdar://problem/49497720>
    282283    (iokit-property "artwork-device-subtype")
     
    285286    (iokit-property "artwork-scale-factor") ;; <rdar://problem/49497788>
    286287    (iokit-property-regex #"(canvas-height|canvas-width)")
     288    (iokit-property "chip-id") ;; <rdar://problem/52903477>
    287289    (iokit-property "class-code")
    288290    (iokit-property "color-accuracy-index")
     
    301303    (iokit-property "product-description") ;; <rdar://problem/49497788>
    302304    (iokit-property "product-id")
     305    (iokit-property "region-info") ;; <rdar://problem/52903475>
     306    (iokit-property "regulatory-model-number") ;; <rdar://problem/52903475>
     307    (iokit-property "soc-generation") ;; <rdar://problem/52903476>
    303308    (iokit-property "software-behavior")
    304309    (iokit-property "vendor-id")
     310    (iokit-property "udid-version") ;; <rdar://problem/52903475>
    305311    (iokit-property "ui-pip") ;; <rdar://problem/48867037>
    306312)
Note: See TracChangeset for help on using the changeset viewer.