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

Unified Diff: content/renderer/renderer.sb

Issue 2075953002: Add com.apple.fonts to the sandbox profiles for Sierra (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « content/ppapi_plugin/ppapi.sb ('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 c6fca34ad41763e2332d09c0ac69226eb7812fca..7afdf86b297208b53eac3eff330e808a53edeea4 100644
--- a/content/renderer/renderer.sb
+++ b/content/renderer/renderer.sb
@@ -11,6 +11,7 @@
(allow file-read* (regex #"^/Library/Fonts($|/)"))
(allow mach-lookup (global-name "com.apple.FontObjectsServer"))
(allow mach-lookup (global-name "com.apple.FontServer"))
+(allow mach-lookup (global-name "com.apple.fonts"))
(allow file-read*
(regex #"^/System/Library/ColorSync($|/)") ; https://crbug.com/46648
« no previous file with comments | « content/ppapi_plugin/ppapi.sb ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698