Title: [228197] trunk/Source/WebKit
Revision
228197
Author
bfulg...@apple.com
Date
2018-02-06 15:16:02 -0800 (Tue, 06 Feb 2018)

Log Message

[macOS] Correct sandbox violation triggered by Chase.com
https://bugs.webkit.org/show_bug.cgi?id=182519
<rdar://problem/37121757>

Reviewed by Eric Carlson.

Hitting a sandbox violation when attempting to check status of IOAV*En/Decode support.

* WebProcess/com.apple.WebProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (228196 => 228197)


--- trunk/Source/WebKit/ChangeLog	2018-02-06 23:10:52 UTC (rev 228196)
+++ trunk/Source/WebKit/ChangeLog	2018-02-06 23:16:02 UTC (rev 228197)
@@ -1,3 +1,15 @@
+2018-02-06  Brent Fulgham  <bfulg...@apple.com>
+
+        [macOS] Correct sandbox violation triggered by Chase.com
+        https://bugs.webkit.org/show_bug.cgi?id=182519
+        <rdar://problem/37121757>
+
+        Reviewed by Eric Carlson.
+
+        Hitting a sandbox violation when attempting to check status of IOAV*En/Decode support.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2018-02-06  Jeff Miller  <je...@apple.com>
 
         Add WKNavigationDelegate SPI to tell the client when an insecure plug-in is blocked

Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (228196 => 228197)


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-02-06 23:10:52 UTC (rev 228196)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-02-06 23:16:02 UTC (rev 228197)
@@ -238,6 +238,7 @@
     (iokit-property-regex #"^IOAudioEngineNum(ActiveUserClients|SampleFramesPerBuffer)")
     (iokit-property "IOAudioSampleRate")
     (iokit-property "IOAudioStreamSampleFormatByteOrder")
+    (iokit-property-regex #"^IOAV(.*)(De|En)code$")
     (iokit-property "IOBusyInterest")
     (iokit-property "IOCFPlugInTypes")
     (iokit-property "IOChildIndex")
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to