Chromium Code Reviews| 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"))) |