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

Unified Diff: content/common/common.sb

Issue 16748002: Add the MacSandboxTest.NSSAccess test to content_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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 | « no previous file | content/common/sandbox_mac_system_access_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/common.sb
===================================================================
--- content/common/common.sb (revision 204987)
+++ content/common/common.sb (working copy)
@@ -37,7 +37,7 @@
; Allow direct access to /dev/urandom, similar to Linux/POSIX, to allow
; third party code (eg: bits of Adobe Flash and NSS) to function properly.
-(allow file-read-data (literal "/dev/urandom"))
+(allow file-read-data file-read-metadata (literal "/dev/urandom"))
wtc 2013/06/10 18:57:53 The file-read-metadata permission for /dev/urandom
; Component build workaround for a dyld bug, used on OS X <= 10.6.
; Enables reading file metadata for the Chrome bundle and its parent paths.
« no previous file with comments | « no previous file | content/common/sandbox_mac_system_access_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698