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.
|