Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1474)

Unified Diff: content/renderer/renderer.sb

Issue 251613002: Broadcast NotifyTimezoneChange to all RenderProcessHosts when the system time zone changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (267223) Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/TimeZoneMonitor.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/renderer.sb
diff --git a/content/renderer/renderer.sb b/content/renderer/renderer.sb
index d68213532c2d5341b0fa87017cd915e6fd04d3da..184f5936571c578ec929ba623170b80c62a6b5c9 100644
--- a/content/renderer/renderer.sb
+++ b/content/renderer/renderer.sb
@@ -29,3 +29,12 @@
(literal "/")
(literal "/var")
)
+
+; http://crbug.com/288697
+(allow file-read*
+ (regex #"^/(private/)?etc/localtime$")
+ (regex #"^/usr/share/zoneinfo/")
+)
+(allow file-read-metadata
+ (regex #"^/(private/)?etc$")
+)
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/TimeZoneMonitor.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698