Changeset 229173 in webkit


Ignore:
Timestamp:
Mar 2, 2018 8:55:20 AM (6 years ago)
Author:
Brent Fulgham
Message:

[iOS] whitelist missing AppleJPEG logging feature
https://bugs.webkit.org/show_bug.cgi?id=183270
<rdar://problem/37808612>

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

    r229172 r229173  
     12018-03-02  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [iOS] whitelist missing AppleJPEG logging feature
     4        https://bugs.webkit.org/show_bug.cgi?id=183270
     5        <rdar://problem/37808612>
     6
     7        Reviewed by Alex Christensen.
     8
     9        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     10
    1112018-03-02  Youenn Fablet  <youenn@apple.com>
    212
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r229093 r229173  
    313313(allow iokit-get-properties
    314314    (iokit-property-regex #"^AAPL,(DisplayPipe|OpenCLdisabled|IOGraphics_LER(|_RegTag_1|_RegTag_0|_Busy_2)|alias-policy|boot-display|display-alias|mux-switch-state|ndrv-dev|primary-display|slot-name)")
    315     (iokit-property-regex #"^AppleJPEG(NumCores|Supports(AppleInterchangeFormats|MissingEOI))")
     315    (iokit-property-regex #"^AppleJPEG(NumCores|Supports(AppleInterchangeFormats|MissingEOI|RSTLogging))")
    316316    (iokit-property "BaseAddressAlignmentRequirement")
    317317    (iokit-property-regex #"^DisplayPipe(PlaneBaseAlignment|StrideRequirements)")
Note: See TracChangeset for help on using the changeset viewer.