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

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: 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
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
jeremy 2014/04/29 11:50:52 I assume there is no way to add code to sandbox wa
Mark Mentovai 2014/04/29 13:00:40 jeremy wrote:
+(allow file-read*
+ (regex #"^/(private/)?etc/localtime$")
+ (regex #"^/usr/share/zoneinfo/")
+)
+(allow file-read-metadata
+ (regex #"^/(private/)?etc$")
+)

Powered by Google App Engine
This is Rietveld 408576698