Chromium Code Reviews| Index: content/ppapi_plugin/ppapi.sb |
| diff --git a/content/ppapi_plugin/ppapi.sb b/content/ppapi_plugin/ppapi.sb |
| index 6fa3ebf82580bb3a6d177a024dda2af1211f5006..3067565d5bcbf5581e1901894432c4813de0c601 100644 |
| --- a/content/ppapi_plugin/ppapi.sb |
| +++ b/content/ppapi_plugin/ppapi.sb |
| @@ -18,3 +18,7 @@ |
| ; http://crbug.com/11269 |
| ;10.6_OR_ABOVE (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* (literal "/dev/urandom")) |
|
jeremy
2012/07/16 11:36:40
Any chance that just file-read-data is enough here
Scott Hess - ex-Googler
2012/07/16 16:36:42
Done. Writing to the file can be used to add entr
|