Title: [172084] branches/safari-600.1-branch/Source/WebKit2
Revision
172084
Author
lforsch...@apple.com
Date
2014-08-05 14:37:10 -0700 (Tue, 05 Aug 2014)

Log Message

Merged r171959.  <rdar://problem/17671574>

Modified Paths

Diff

Modified: branches/safari-600.1-branch/Source/WebKit2/ChangeLog (172083 => 172084)


--- branches/safari-600.1-branch/Source/WebKit2/ChangeLog	2014-08-05 21:33:54 UTC (rev 172083)
+++ branches/safari-600.1-branch/Source/WebKit2/ChangeLog	2014-08-05 21:37:10 UTC (rev 172084)
@@ -1,5 +1,18 @@
 2014-08-05  Lucas Forschler  <lforsch...@apple.com>
 
+        Merge r171959
+
+    2014-08-01  Joseph Pecoraro  <pecor...@apple.com>
+
+            [iOS WK2] Add extension read permission to network sandbox profile
+            <rdar://problem/17671574>
+
+            Reviewed by Alexey Proskuryakov and Oliver Hunt.
+
+            * Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
+
+2014-08-05  Lucas Forschler  <lforsch...@apple.com>
+
         Merge r171943
 
     2014-08-01  Oliver Hunt  <oli...@apple.com>

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


--- branches/safari-600.1-branch/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2014-08-05 21:33:54 UTC (rev 172083)
+++ branches/safari-600.1-branch/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2014-08-05 21:37:10 UTC (rev 172084)
@@ -36,6 +36,7 @@
 
 ;; App sandbox extensions
 (allow file-read* file-write* (extension "com.apple.app-sandbox.read-write"))
+(allow file-read* (extension "com.apple.app-sandbox.read"))
 
 ;; IOKit user clients
 (allow iokit-open
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to