Title: [242107] trunk/Source/WebKit
Revision
242107
Author
pvol...@apple.com
Date
2019-02-26 14:14:51 -0800 (Tue, 26 Feb 2019)

Log Message

[iOS] Sandbox should allow mach lookups related to media capturing
https://bugs.webkit.org/show_bug.cgi?id=194951

Reviewed by Eric Carlson.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (242106 => 242107)


--- trunk/Source/WebKit/ChangeLog	2019-02-26 22:08:33 UTC (rev 242106)
+++ trunk/Source/WebKit/ChangeLog	2019-02-26 22:14:51 UTC (rev 242107)
@@ -1,3 +1,12 @@
+2019-02-26  Per Arne Vollan  <pvol...@apple.com>
+
+        [iOS] Sandbox should allow mach lookups related to media capturing
+        https://bugs.webkit.org/show_bug.cgi?id=194951
+
+        Reviewed by Eric Carlson.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2019-02-26  Brent Fulgham  <bfulg...@apple.com>
 
         Update NetworkSession to use Session Cleanup when available

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-02-26 22:08:33 UTC (rev 242106)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-02-26 22:14:51 UTC (rev 242107)
@@ -501,7 +501,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.remotequeue")
     (global-name "com.apple.coremedia.sandboxserver")
     (global-name "com.apple.coremedia.videocompositor")
     (global-name "com.apple.coremedia.visualcontext.xpc")
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to