Title: [184303] trunk/Source/WebKit2
- Revision
- 184303
- Author
- [email protected]
- Date
- 2015-05-13 13:42:18 -0700 (Wed, 13 May 2015)
Log Message
[Mac] Sandbox violation reading SubmitDiagInfo.domains
https://bugs.webkit.org/show_bug.cgi?id=144962
rdar://problem/20719330
Reviewed by Darin Adler.
* WebProcess/com.apple.WebProcess.sb.in:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (184302 => 184303)
--- trunk/Source/WebKit2/ChangeLog 2015-05-13 20:40:21 UTC (rev 184302)
+++ trunk/Source/WebKit2/ChangeLog 2015-05-13 20:42:18 UTC (rev 184303)
@@ -1,3 +1,13 @@
+2015-05-13 Alexey Proskuryakov <[email protected]>
+
+ [Mac] Sandbox violation reading SubmitDiagInfo.domains
+ https://bugs.webkit.org/show_bug.cgi?id=144962
+ rdar://problem/20719330
+
+ Reviewed by Darin Adler.
+
+ * WebProcess/com.apple.WebProcess.sb.in:
+
2015-05-13 Beth Dakin <[email protected]>
Speculative build fix.
Modified: trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in (184302 => 184303)
--- trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in 2015-05-13 20:40:21 UTC (rev 184302)
+++ trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in 2015-05-13 20:42:18 UTC (rev 184303)
@@ -53,6 +53,8 @@
(subpath "/Library/Speech/Synthesizers")
(regex #"^/private/etc/(hosts|group|passwd)$")
+ (literal "/Library/Application Support/CrashReporter/SubmitDiagInfo.domains")
+
;; System and user preferences
(literal "/Library/Preferences/.GlobalPreferences.plist")
(home-literal "/Library/Preferences/.GlobalPreferences.plist")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes