Allow domain to random_device

Change-Id: I1a728cbc78e30c0b43309acc125169528d352f11
This commit is contained in:
William Roberts 2013-01-30 10:40:58 -08:00
parent 58b0fb6dde
commit 40356b993a

View file

@ -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;