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

Unified Diff: content/utility/utility.sb

Issue 18986012: Media Galleries API Picasa: Make PicasaDataProvider handle async PMP and INI parsing robustly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0039-picasa-import-sandbox-ini-parsing
Patch Set: Created 7 years, 4 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/utility/media_galleries/picasa_album_table_reader.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/utility/utility.sb
diff --git a/content/utility/utility.sb b/content/utility/utility.sb
index 0e0bf767d8ffe495a51a26b8b958f56937373dfa..76602b1adad4540672cbe5bd5b3224c7093bee12 100644
--- a/content/utility/utility.sb
+++ b/content/utility/utility.sb
@@ -15,3 +15,9 @@
; Enable full access to given directory if needed.
;ENABLE_DIRECTORY_ACCESS
+
+; Enables the sandboxed utility process to get the local time. Needed to parse
+; the Media Galleries API Picasa PMP database files correctly.
+(allow file-read-metadata
+ (literal "/private/etc/localtime")
+ (literal "/etc"))
jeremy 2013/08/30 22:40:19 Per my comment in email, we generally try not to p
tommycli 2013/08/30 22:57:04 Done.
« no previous file with comments | « chrome/utility/media_galleries/picasa_album_table_reader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698