Title: [171979] branches/safari-600.1.4-branch/Source/WebKit2
Revision
171979
Author
[email protected]
Date
2014-08-03 00:45:59 -0700 (Sun, 03 Aug 2014)

Log Message

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

Modified Paths

Diff

Modified: branches/safari-600.1.4-branch/Source/WebKit2/ChangeLog (171978 => 171979)


--- branches/safari-600.1.4-branch/Source/WebKit2/ChangeLog	2014-08-03 07:43:03 UTC (rev 171978)
+++ branches/safari-600.1.4-branch/Source/WebKit2/ChangeLog	2014-08-03 07:45:59 UTC (rev 171979)
@@ -1,5 +1,18 @@
 2014-08-03  Babak Shafiei  <[email protected]>
 
+        Merge r171959.
+
+    2014-08-01  Joseph Pecoraro  <[email protected]>
+
+            [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-03  Babak Shafiei  <[email protected]>
+
         Merge r171943.
 
     2014-08-01  Oliver Hunt  <[email protected]>

Modified: branches/safari-600.1.4-branch/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb (171978 => 171979)


--- branches/safari-600.1.4-branch/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2014-08-03 07:43:03 UTC (rev 171978)
+++ branches/safari-600.1.4-branch/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2014-08-03 07:45:59 UTC (rev 171979)
@@ -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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to