commit | a2477056ae6a702e7e71b671cd0c47afc1c7da8a | [log] [tgz] |
---|---|---|
author | Alex Klyubin <klyubin@google.com> | Tue Sep 10 11:13:15 2013 -0700 |
committer | Alex Klyubin <klyubin@google.com> | Tue Sep 10 12:01:15 2013 -0700 |
tree | 372ab057e9f7a414d417d5b85fa9aa2e6e5d78e9 | |
parent | 34a8e121124c79e8daa60aebb065377280335bcc [diff] |
Permit writing to /dev/random and /dev/urandom. Apps attempting to write to /dev/random or /dev/urandom currently succeed, but a policy violation is logged. These two Linux RNG devices are meant to be written to by arbitrary apps. Thus, there's no reason to deny this capability. Bug: 10679705 Change-Id: Ife401f1dd2182889471eef7e90fcc92e96f9c4d6