Title: [171959] trunk/Source/WebKit2
Revision
171959
Author
[email protected]
Date
2014-08-01 16:57:12 -0700 (Fri, 01 Aug 2014)

Log Message

[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:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (171958 => 171959)


--- trunk/Source/WebKit2/ChangeLog	2014-08-01 23:55:40 UTC (rev 171958)
+++ trunk/Source/WebKit2/ChangeLog	2014-08-01 23:57:12 UTC (rev 171959)
@@ -1,3 +1,12 @@
+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-01  Oliver Hunt  <[email protected]>
 
         Various frameworks may want to use the container temp directory, so our current restrictions are too tight

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


--- trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2014-08-01 23:55:40 UTC (rev 171958)
+++ trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2014-08-01 23:57:12 UTC (rev 171959)
@@ -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