summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin
diff options
context:
space:
mode:
authorrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-25 04:09:22 +0000
committerrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-25 04:09:22 +0000
commit0847a72a829a980801b75b1722c1a03847cd8e4f (patch)
treece87ecb0cd9c9f50dcaf48a6977e88fe3b3cae64 /content/ppapi_plugin
parentdf9751cd442bd8cf2ff0788fffd78feb9ff783bb (diff)
downloadchromium_src-0847a72a829a980801b75b1722c1a03847cd8e4f.zip
chromium_src-0847a72a829a980801b75b1722c1a03847cd8e4f.tar.gz
chromium_src-0847a72a829a980801b75b1722c1a03847cd8e4f.tar.bz2
Allow sandboxed OS X processes to open /dev/urandom
Match Linux/POSIX and Windows in allowing sandboxed processes access to OS entropy (RtlGenRandom on Win, /dev/urandom on Linux/POSIX). BUG=242702 R=jeremy TBR=cevans@chromium.org, piman@chromium.org Review URL: https://chromiumcodereview.appspot.com/15637004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202267 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/ppapi_plugin')
-rw-r--r--content/ppapi_plugin/ppapi.sb4
1 files changed, 0 insertions, 4 deletions
diff --git a/content/ppapi_plugin/ppapi.sb b/content/ppapi_plugin/ppapi.sb
index f87be9d..9ef9d31 100644
--- a/content/ppapi_plugin/ppapi.sb
+++ b/content/ppapi_plugin/ppapi.sb
@@ -18,7 +18,3 @@
; http://crbug.com/11269
(allow file-read* (subpath "@USER_HOMEDIR_AS_LITERAL@/Library/Fonts")) ; 10.6
-
-; Bits of Adobe Flash wish to open /dev/urandom directly rather than
-; using our cached file descriptor.
-(allow file-read-data (literal "/dev/urandom"))