Title: [236158] trunk/Source/WebKit
Revision
236158
Author
[email protected]
Date
2018-09-18 16:17:30 -0700 (Tue, 18 Sep 2018)

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (236157 => 236158)


--- trunk/Source/WebKit/ChangeLog	2018-09-18 22:05:51 UTC (rev 236157)
+++ trunk/Source/WebKit/ChangeLog	2018-09-18 23:17:30 UTC (rev 236158)
@@ -1,3 +1,13 @@
+2018-09-18  Brent Fulgham  <[email protected]>
+
+        [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:
+
 2018-09-18  Chris Dumez  <[email protected]>
 
         [iOS] Crash under WebPageProxy::navigationGestureSnapshotWasRemoved()

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2018-09-18 22:05:51 UTC (rev 236157)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2018-09-18 23:17:30 UTC (rev 236158)
@@ -334,6 +334,7 @@
     (iokit-property "IOClassNameOverride")
     (iokit-property "IOSurfaceAcceleratorCapabilitiesDict")
     (iokit-property-regex #"^MetalPlugin(Name|ClassName)")
+    (iokit-property "Protocol Characteristics")
     (iokit-property "artwork-device-subtype")
     (iokit-property "device-perf-memory-class")
     (iokit-property "emu")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to