Allow domain to random_device
Change-Id: I1a728cbc78e30c0b43309acc125169528d352f11
This commit is contained in:
parent
58b0fb6dde
commit
40356b993a
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ allow domain log_device:chr_file w_file_perms;
|
|||
allow domain nv_device:chr_file rw_file_perms;
|
||||
allow domain alarm_device:chr_file r_file_perms;
|
||||
allow domain urandom_device:chr_file r_file_perms;
|
||||
allow domain random_device:chr_file r_file_perms;
|
||||
|
||||
# Filesystem accesses.
|
||||
allow domain fs_type:filesystem getattr;
|
||||
|
|
Loading…
Reference in a new issue