Title: [241483] trunk/Source/WebKit
Revision
241483
Author
[email protected]
Date
2019-02-13 16:03:07 -0800 (Wed, 13 Feb 2019)

Log Message

[iOS] Fix sandbox violation during media playback
https://bugs.webkit.org/show_bug.cgi?id=194616
<rdar://problem/48049264>

Reviewed by Brent Fulgham.

Mach lookup to "com.apple.coremedia.figcontentkeysession.xpc" should be allowed.

* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (241482 => 241483)


--- trunk/Source/WebKit/ChangeLog	2019-02-13 23:14:55 UTC (rev 241482)
+++ trunk/Source/WebKit/ChangeLog	2019-02-14 00:03:07 UTC (rev 241483)
@@ -1,3 +1,15 @@
+2019-02-13  Per Arne Vollan  <[email protected]>
+
+        [iOS] Fix sandbox violation during media playback
+        https://bugs.webkit.org/show_bug.cgi?id=194616
+        <rdar://problem/48049264>
+
+        Reviewed by Brent Fulgham.
+
+        Mach lookup to "com.apple.coremedia.figcontentkeysession.xpc" should be allowed.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2019-02-13  Tim Horton  <[email protected]>
 
         Encrypted PDFs inside <embed> or <object> crash the Web Content process

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-02-13 23:14:55 UTC (rev 241482)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-02-14 00:03:07 UTC (rev 241483)
@@ -502,7 +502,6 @@
     (global-name "com.apple.coremedia.compressionsession")
     (global-name "com.apple.coremedia.endpointplaybacksession.xpc")
     (global-name "com.apple.coremedia.endpointremotecontrolsession.xpc")
-    (global-name "com.apple.coremedia.figcontentkeysession.xpc")
     (global-name "com.apple.coremedia.remotequeue")
     (global-name "com.apple.coremedia.sandboxserver")
     (global-name "com.apple.coremedia.videocompositor")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to