Title: [171464] branches/safari-600.1-branch/Source/WebKit2

Diff

Modified: branches/safari-600.1-branch/Source/WebKit2/ChangeLog (171463 => 171464)


--- branches/safari-600.1-branch/Source/WebKit2/ChangeLog	2014-07-23 08:26:56 UTC (rev 171463)
+++ branches/safari-600.1-branch/Source/WebKit2/ChangeLog	2014-07-23 08:29:32 UTC (rev 171464)
@@ -1,5 +1,23 @@
 2014-07-23  Lucas Forschler  <[email protected]>
 
+        Merge r171363
+
+    2014-07-22  Oliver Hunt  <[email protected]>
+
+            Remove unused com.apple.webkit.* rules from profiles
+            https://bugs.webkit.org/show_bug.cgi?id=135174
+            <rdar://17755931>
+
+            Reviewed by Anders Carlsson.
+
+            We never send these rules so we should just remove use of them
+            from the profiles.
+
+            * Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
+            * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
+2014-07-23  Lucas Forschler  <[email protected]>
+
         Merge r171373
 
     2014-07-22  Jinwoo Song  <[email protected]>

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


--- branches/safari-600.1-branch/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2014-07-23 08:26:56 UTC (rev 171463)
+++ branches/safari-600.1-branch/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2014-07-23 08:29:32 UTC (rev 171464)
@@ -28,21 +28,15 @@
 (import "common.sb")
 (import "removed-dev-nodes.sb")
 
-;; Sandbox extensions
-(allow file-read* (extension "com.apple.webkit.read"))
-
 ;; Access to client's cache folder & re-vending to CFNetwork.
 ;; FIXME: Remove the webkti specific extension classes <rdar://problem/17755931>
 (allow file-issue-extension (require-all
-    (require-any (extension "com.apple.webkit.read-write") (extension "com.apple.app-sandbox.read-write"))
+    (extension "com.apple.app-sandbox.read-write")
     (extension-class "com.apple.nsurlstorage.extension-cache")))
 
 ;; App sandbox extensions
 (allow file-read* file-write* (extension "com.apple.app-sandbox.read-write"))
 
-;; Access to own cache & temp folders.
-(allow file-read* file-write* (extension "com.apple.webkit.read-write"))
-
 ;; IOKit user clients
 (allow iokit-open
        (iokit-user-client-class "RootDomainUserClient"))

Modified: branches/safari-600.1-branch/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (171463 => 171464)


--- branches/safari-600.1-branch/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2014-07-23 08:26:56 UTC (rev 171463)
+++ branches/safari-600.1-branch/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2014-07-23 08:29:32 UTC (rev 171464)
@@ -57,25 +57,12 @@
 (read-only-and-issue-extensions (extension "com.apple.app-sandbox.read"))
 (read-write-and-issue-extensions (extension "com.apple.app-sandbox.read-write"))
 
-(allow file-issue-extension
-    (require-all
-        (extension-class "com.apple.webkit.read")
-        (require-any
-            (extension "com.apple.app-sandbox.read")
-            (extension "com.apple.app-sandbox.read-write"))))
-
-
 ;; Access to client's cache folder & re-vending to CFNetwork.
 ;; FIXME: Remove the webkti specific extension classes <rdar://problem/17755931>
 (allow file-issue-extension (require-all
-    (require-any (extension "com.apple.webkit.read-write") (extension "com.apple.app-sandbox.read-write"))
+    (extension "com.apple.app-sandbox.read-write")
     (extension-class "com.apple.nsurlstorage.extension-cache")))
 
-;; Access to own cache & temp folders.
-(allow file-read* (extension "com.apple.webkit.read"))
-(allow file-read* file-write* (extension "com.apple.webkit.read-write"))
-
-
 ;; Allow the OpenGL Profiler to attach.
 (instruments-support)    ; For <rdar://problem/7931952>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to