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

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: rebase 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..42de2e9cd272723c1861ad6bab26e420760f2dc9 100644
--- a/content/renderer/renderer.sb
+++ b/content/renderer/renderer.sb
@@ -36,7 +36,9 @@
; https://crbug.com/508935
(if (param-true? elcap-or-later)
(allow file-read*
+ (literal "/usr/lib/libcrypto.0.9.8.dylib")
Robert Sesek 2016/02/29 16:10:32 Can you annotate this line and line 43 with the bu
tkent 2016/03/01 00:35:28 Done. Note that I confirmed we can remove the ent
(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