Title: [171365] trunk/Source/WebKit2
Revision
171365
Author
oli...@apple.com
Date
2014-07-22 14:32:28 -0700 (Tue, 22 Jul 2014)

Log Message

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:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (171364 => 171365)


--- trunk/Source/WebKit2/ChangeLog	2014-07-22 21:30:48 UTC (rev 171364)
+++ trunk/Source/WebKit2/ChangeLog	2014-07-22 21:32:28 UTC (rev 171365)
@@ -1,5 +1,18 @@
 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-22  Oliver Hunt  <oli...@apple.com>
+
         Remove unused com.apple.webkit.* rules from profiles
         https://bugs.webkit.org/show_bug.cgi?id=135174
         <rdar://17755931>

Modified: trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb (171364 => 171365)


--- trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2014-07-22 21:30:48 UTC (rev 171364)
+++ trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2014-07-22 21:32:28 UTC (rev 171365)
@@ -49,8 +49,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