Changeset 236158 in webkit


Ignore:
Timestamp:
Sep 18, 2018 4:17:30 PM (6 years ago)
Author:
Brent Fulgham
Message:

[iOS] Allow WebContent process to check the "Protocol Characteristics" of files to which it has access
https://bugs.webkit.org/show_bug.cgi?id=189712
<rdar://problem/44386429>

Reviewed by Alex Christensen.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r236157 r236158  
     12018-09-18  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [iOS] Allow WebContent process to check the "Protocol Characteristics" of files to which it has access
     4        https://bugs.webkit.org/show_bug.cgi?id=189712
     5        <rdar://problem/44386429>
     6
     7        Reviewed by Alex Christensen.
     8
     9        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     10
    1112018-09-18  Chris Dumez  <cdumez@apple.com>
    212
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r235807 r236158  
    335335    (iokit-property "IOSurfaceAcceleratorCapabilitiesDict")
    336336    (iokit-property-regex #"^MetalPlugin(Name|ClassName)")
     337    (iokit-property "Protocol Characteristics")
    337338    (iokit-property "artwork-device-subtype")
    338339    (iokit-property "device-perf-memory-class")
Note: See TracChangeset for help on using the changeset viewer.