Title: [171396] branches/safari-600.1-branch/Source/WebKit2
Revision
171396
Author
dburk...@apple.com
Date
2014-07-22 21:58:31 -0700 (Tue, 22 Jul 2014)

Log Message

Merge r171365

Modified Paths

Diff

Modified: branches/safari-600.1-branch/Source/WebKit2/ChangeLog (171395 => 171396)


--- branches/safari-600.1-branch/Source/WebKit2/ChangeLog	2014-07-23 04:58:08 UTC (rev 171395)
+++ branches/safari-600.1-branch/Source/WebKit2/ChangeLog	2014-07-23 04:58:31 UTC (rev 171396)
@@ -1,3 +1,20 @@
+2014-07-22 Dana Burkart <dburk...@apple.com>
+    
+        Merge r171365.
+
+    2014-07-22  Oliver Hunt  <oli...@apple.com>
+
+            Add accountsd access to network sandbox profile
+            https://bugs.webkit.org/show_bug.cgi?id=135176
+            <rdar://17656487>
+
+            Reviewed by Anders Carlsson.
+
+            This is available to the webcontent process already, but is also
+            needed for the networking process.
+
+            * Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
+
 2014-07-18  Babak Shafiei  <bshaf...@apple.com>
 
         Merge r171209.

Modified: branches/safari-600.1-branch/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb (171395 => 171396)


--- branches/safari-600.1-branch/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2014-07-23 04:58:08 UTC (rev 171395)
+++ branches/safari-600.1-branch/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2014-07-23 04:58:31 UTC (rev 171396)
@@ -57,8 +57,9 @@
 
 ;; Security framework
 (allow mach-lookup
-       (global-name "com.apple.ocspd")
-       (global-name "com.apple.securityd"))
+    (global-name "com.apple.ocspd")
+    (global-name "com.apple.securityd")
+    (global-name "com.apple.accountsd.accountmanager"))
 
 (deny file-write-create
        (vnode-type SYMLINK))
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to