Title: [148339] branches/safari-536.30-branch/Source/WebKit2
Revision
148339
Author
rn...@webkit.org
Date
2013-04-12 19:38:50 -0700 (Fri, 12 Apr 2013)

Log Message

Merged r141445. <rdar://problem/13266396>

Modified Paths

Diff

Modified: branches/safari-536.30-branch/Source/WebKit2/ChangeLog (148338 => 148339)


--- branches/safari-536.30-branch/Source/WebKit2/ChangeLog	2013-04-13 02:32:50 UTC (rev 148338)
+++ branches/safari-536.30-branch/Source/WebKit2/ChangeLog	2013-04-13 02:38:50 UTC (rev 148339)
@@ -1,5 +1,22 @@
 2013-04-12  Ryosuke Niwa  <rn...@webkit.org>
 
+        Merge r141445 (cherry-picking the fix for <rdar://problem/13266396>)
+
+    2013-01-31  Alexey Proskuryakov  <a...@apple.com>
+
+            WebProcess sandbox profile overhaul.
+
+            Reviewed by Sam Weinig.
+
+            Moves some rules together by susbystem for easier maintenance.
+
+            Addresses <rdar://problem/9276393>, <rdar://problem/10844321>, <rdar://problem/12408537>,
+            <rdar://problem/12558524>.
+
+            * WebProcess/com.apple.WebProcess.sb.in:
+
+2013-04-12  Ryosuke Niwa  <rn...@webkit.org>
+
         Merge r141445 (cherry-picking the actual fix)
 
     2013-01-31  Alexey Proskuryakov  <a...@apple.com>

Modified: branches/safari-536.30-branch/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in (148338 => 148339)


--- branches/safari-536.30-branch/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2013-04-13 02:32:50 UTC (rev 148338)
+++ branches/safari-536.30-branch/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2013-04-13 02:38:50 UTC (rev 148339)
@@ -168,10 +168,8 @@
        (global-name "com.apple.windowserver.active")
        (global-name "com.apple.cfnetwork.AuthBrokerAgent")
        (global-name "com.apple.PowerManagement.control")
+)
 
-       ;; FIXME: This should be removed when <rdar://problem/9276393> is fixed.
-       (global-name "com.apple.metadata.mds"))
-
 (allow system-socket (socket-domain AF_ROUTE))
 (allow system-socket (require-all (socket-domain AF_SYSTEM) (socket-protocol 2))) ; SYSPROTO_CONTROL
 (allow network-outbound
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to