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

Unified Diff: content/renderer/renderer.sb

Issue 1973153003: OSX: Allow to read "/System/Library/LinguisticData" in sandbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | 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 10b6b75419be82d1a52e9940697857a865480ce7..602d64e18281d53c805a20aa5cef1aa444b2f921 100644
--- a/content/renderer/renderer.sb
+++ b/content/renderer/renderer.sb
@@ -44,3 +44,8 @@
(literal "/usr/lib/libCoreStorage.dylib")
(literal "/usr/lib/libsasl2.2.dylib")
(literal "/usr/lib/libutil.dylib")))
+
+; https://crbug.com/605840
+; file-read-metadata /System/Library/LinguisticData/en/US/hyphenation.dat
+; for CFStringIsHyphenationAvailableForLocale and CFStringGetHyphenationLocationBeforeIndex
+(allow file-read* (subpath "/System/Library/LinguisticData"))
kojii 2016/05/12 23:27:28 Changed from the original for "Failed to initializ
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698