Title: [229173] trunk/Source/WebKit
Revision
229173
Author
bfulg...@apple.com
Date
2018-03-02 08:55:20 -0800 (Fri, 02 Mar 2018)

Log 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:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (229172 => 229173)


--- trunk/Source/WebKit/ChangeLog	2018-03-02 16:52:32 UTC (rev 229172)
+++ trunk/Source/WebKit/ChangeLog	2018-03-02 16:55:20 UTC (rev 229173)
@@ -1,3 +1,13 @@
+2018-03-02  Brent Fulgham  <bfulg...@apple.com>
+
+        [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:
+
 2018-03-02  Youenn Fablet  <you...@apple.com>
 
         IOChannel::read and IOChannel::write can destroy the completion handler in the thread used to manipulate thread

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (229172 => 229173)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2018-03-02 16:52:32 UTC (rev 229172)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2018-03-02 16:55:20 UTC (rev 229173)
@@ -312,7 +312,7 @@
 (deny iokit-get-properties (with partial-symbolication))
 (allow iokit-get-properties
     (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)")
-    (iokit-property-regex #"^AppleJPEG(NumCores|Supports(AppleInterchangeFormats|MissingEOI))")
+    (iokit-property-regex #"^AppleJPEG(NumCores|Supports(AppleInterchangeFormats|MissingEOI|RSTLogging))")
     (iokit-property "BaseAddressAlignmentRequirement")
     (iokit-property-regex #"^DisplayPipe(PlaneBaseAlignment|StrideRequirements)")
     (iokit-property-regex #"^IOGL(|ES(|Metal))BundleName")
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to