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..92870459919db463d2a1e6a0ad27a85860e7759c 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-data (literal "/dev/urandom")) |