Expose /dev/hw_random to group "system".
This is needed to let EntropyMixer (runs inside system_server) read from /dev/hw_random. Change-Id: Ifde851004301ffd41b2189151a64a0c5989c630f
This commit is contained in:
parent
5daba1e0ee
commit
b2478a713a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue