Title: [87554] branches/safari-534-branch/Source/WebKit2
- Revision
- 87554
- Author
- mr...@apple.com
- Date
- 2011-05-27 13:50:11 -0700 (Fri, 27 May 2011)
Log Message
Merge r87237.
Modified Paths
Diff
Modified: branches/safari-534-branch/Source/WebKit2/ChangeLog (87553 => 87554)
--- branches/safari-534-branch/Source/WebKit2/ChangeLog 2011-05-27 20:48:21 UTC (rev 87553)
+++ branches/safari-534-branch/Source/WebKit2/ChangeLog 2011-05-27 20:50:11 UTC (rev 87554)
@@ -1,5 +1,20 @@
2011-05-27 Mark Rowe <mr...@apple.com>
+ Merge r87237.
+
+ 2011-05-24 Sam Weinig <s...@webkit.org>
+
+ Reviewed by Maciej Stachowiak.
+
+ Additional sandbox extension required for quarantine database
+ <rdar://problem/9397494>
+ https://bugs.webkit.org/show_bug.cgi?id=61405
+
+ * WebProcess/com.apple.WebProcess.sb:
+ Add read-data access for ~/Library/Preferences.
+
+2011-05-27 Mark Rowe <mr...@apple.com>
+
Merge r87458.
2011-05-26 Chris Fleizach <cfleiz...@apple.com>
Modified: branches/safari-534-branch/Source/WebKit2/WebProcess/com.apple.WebProcess.sb (87553 => 87554)
--- branches/safari-534-branch/Source/WebKit2/WebProcess/com.apple.WebProcess.sb 2011-05-27 20:48:21 UTC (rev 87553)
+++ branches/safari-534-branch/Source/WebKit2/WebProcess/com.apple.WebProcess.sb 2011-05-27 20:50:11 UTC (rev 87554)
@@ -99,6 +99,10 @@
(home-literal "/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV2")
(home-literal "/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV2-journal"))
+(allow file-read-data
+ ;; FIXME: This should be removed when <rdar://problem/9276430> is fixed.
+ (home-literal "/Library/Preferences"))
+
;; Darwin temporary files and Security mds caches, if present
(if (positive? (string-length (param "DARWIN_USER_CACHE_DIR")))
(allow file* (subpath (string-append (param "DARWIN_USER_CACHE_DIR") "/mds"))))
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes