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

Unified Diff: content/renderer/renderer.sb

Issue 1727363005: OSX: Allow to load libsasl2.2.dylib and libcrypto.0.9.8.dylib in sandbox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a comment to renderer.sb Created 4 years, 10 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 | third_party/WebKit/LayoutTests/Mac10_11_Expectations » ('j') | 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 7e07985a2f12943acd63dc51de46628bfe4f0679..10b6b75419be82d1a52e9940697857a865480ce7 100644
--- a/content/renderer/renderer.sb
+++ b/content/renderer/renderer.sb
@@ -34,9 +34,13 @@
(allow file-read-metadata (regex #"^/(private/)?etc$"))
; https://crbug.com/508935
+; TODO(tkent): Remove this section when we drop 'results' attribute support.
+; https://crbug.com/590117
(if (param-true? elcap-or-later)
(allow file-read*
+ (literal "/usr/lib/libcrypto.0.9.8.dylib")
(literal "/usr/lib/libcsfde.dylib")
(literal "/usr/lib/libcurl.4.dylib")
(literal "/usr/lib/libCoreStorage.dylib")
+ (literal "/usr/lib/libsasl2.2.dylib")
(literal "/usr/lib/libutil.dylib")))
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/Mac10_11_Expectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698