Title: [241962] trunk/Source/WebKit
Revision
241962
Author
[email protected]
Date
2019-02-22 12:44:28 -0800 (Fri, 22 Feb 2019)

Log Message

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

Reviewed by Brent Fulgham.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (241961 => 241962)


--- trunk/Source/WebKit/ChangeLog	2019-02-22 20:31:23 UTC (rev 241961)
+++ trunk/Source/WebKit/ChangeLog	2019-02-22 20:44:28 UTC (rev 241962)
@@ -1,3 +1,13 @@
+2019-02-22  Per Arne Vollan  <[email protected]>
+
+        [iOS] Sandbox should allow mach lookups related to media capturing
+        https://bugs.webkit.org/show_bug.cgi?id=194951
+        <rdar://problem/48013875>
+
+        Reviewed by Brent Fulgham.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2019-02-22  Alexander Mikhaylenko  <[email protected]>
 
         [GTK] Navigation gesture improvements

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-02-22 20:31:23 UTC (rev 241961)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-02-22 20:44:28 UTC (rev 241962)
@@ -498,7 +498,6 @@
     (global-name "com.apple.coremedia.assetcacheinspector")
     (global-name "com.apple.coremedia.audiodeviceclock")
     (global-name "com.apple.coremedia.audioprocessingtap.xpc")
-    (global-name "com.apple.coremedia.capturesession")
     (global-name "com.apple.coremedia.compressionsession")
     (global-name "com.apple.coremedia.endpointplaybacksession.xpc")
     (global-name "com.apple.coremedia.endpointremotecontrolsession.xpc")
@@ -539,7 +538,6 @@
     (global-name "com.apple.siri.context.service")
     (global-name "com.apple.springboard.backgroundappservices")
     (global-name "com.apple.system.libinfo.muser")
-    (global-name "com.apple.tccd")
     (global-name "com.apple.uifoundation-bundle-helper")
     (global-name "com.apple.webkit.camera")
 )
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to