Skip to content
Snippets Groups Projects
Commit 40356b99 authored by William Roberts's avatar William Roberts
Browse files

Allow domain to random_device

Change-Id: I1a728cbc78e30c0b43309acc125169528d352f11
parent 58b0fb6d
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,7 @@ allow domain log_device:chr_file w_file_perms; ...@@ -51,6 +51,7 @@ allow domain log_device:chr_file w_file_perms;
allow domain nv_device:chr_file rw_file_perms; allow domain nv_device:chr_file rw_file_perms;
allow domain alarm_device:chr_file r_file_perms; allow domain alarm_device:chr_file r_file_perms;
allow domain urandom_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. # Filesystem accesses.
allow domain fs_type:filesystem getattr; allow domain fs_type:filesystem getattr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment