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

Unified Diff: content/renderer/renderer.sb

Issue 183763041: Listen for changes to the system time zone, and broadcast a NotifyTimezoneChange to all RenderViewHo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « chrome/chrome_browser.gypi ('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 | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698