Title: [195756] trunk/Source/WebKit2
Revision
195756
Author
[email protected]
Date
2016-01-28 10:33:22 -0800 (Thu, 28 Jan 2016)

Log Message

[iOS] Update Web Process sandbox profile for audiodeviceclock access
https://bugs.webkit.org/show_bug.cgi?id=153571
<rdar://problem/24134612>

Reviewed by Alexey Proskuryakov.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (195755 => 195756)


--- trunk/Source/WebKit2/ChangeLog	2016-01-28 18:28:16 UTC (rev 195755)
+++ trunk/Source/WebKit2/ChangeLog	2016-01-28 18:33:22 UTC (rev 195756)
@@ -1,3 +1,13 @@
+2016-01-28  Brent Fulgham  <[email protected]>
+
+        [iOS] Update Web Process sandbox profile for audiodeviceclock access
+        https://bugs.webkit.org/show_bug.cgi?id=153571
+        <rdar://problem/24134612>
+
+        Reviewed by Alexey Proskuryakov.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2016-01-26  Ada Chan  <[email protected]>
 
         Get WebVideoFullscreenManager and related classes to also compile for Mac platform

Modified: trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (195755 => 195756)


--- trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2016-01-28 18:28:16 UTC (rev 195755)
+++ trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2016-01-28 18:33:22 UTC (rev 195756)
@@ -75,7 +75,8 @@
 ;; Various services required by CFNetwork and other frameworks
 (allow mach-lookup
     (global-name "com.apple.PowerManagement.control")
-    (global-name "com.apple.accountsd.accountmanager"))
+    (global-name "com.apple.accountsd.accountmanager")
+    (global-name "com.apple.coremedia.audiodeviceclock"))
 
 (deny file-write-create (vnode-type SYMLINK))
 (deny file-read-xattr file-write-xattr (xattr-regex #"^com\.apple\.security\.private\."))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to