commit | b42fc74f0db60e1e86deaf527b3b7e7ec53dcc54 | [log] [tgz] |
---|---|---|
author | Alex Klyubin <klyubin@google.com> | Thu Oct 03 22:12:16 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 03 22:12:16 2013 +0000 |
tree | ac779370ffdace46aafc6b203d2074315a3cd97a | |
parent | 5daba1e0ee1c7cb21b3f8001ab6806834884f0d0 [diff] | |
parent | b2478a713a39ab745017308e8859467017fb6fa5 [diff] |
Merge "Expose /dev/hw_random to group "system"."
diff --git a/rootdir/ueventd.rc b/rootdir/ueventd.rc index 2cf0265..a60cfc5 100644 --- a/rootdir/ueventd.rc +++ b/rootdir/ueventd.rc
@@ -5,6 +5,8 @@ /dev/tty 0666 root root /dev/random 0666 root root /dev/urandom 0666 root root +# Make HW RNG readable by group system to let EntropyMixer read it. +/dev/hw_random 0440 root system /dev/ashmem 0666 root root /dev/binder 0666 root root