rootdir: fix hw_random permissions
EntropyMixer: java.io.FileNotFoundException: /dev/hw_random: open failed: EACCES (Permission denied) Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com> Change-Id: I3b604f051ed6f8b867895f2446cb2fa3cb66c047 Signed-off-by: DennySPb <dennyspb@gmail.com>
This commit is contained in:
parent
8b5420985d
commit
445a740cc7
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ firmware_directories /vendor/firmware_mnt/image/
|
|||
/dev/msm_vidc_dec_sec 0660 system audio
|
||||
/dev/msm_vidc_enc 0660 system audio
|
||||
/dev/msm_rotator 0660 system system
|
||||
/dev/hw_random 0600 root root
|
||||
/dev/hw_random 0440 root system
|
||||
/dev/sdsprpc-smd 0660 system system
|
||||
|
||||
#permissions for audio
|
||||
|
|
Loading…
Reference in a new issue