am bf9c6145: am a2477056: Permit writing to /dev/random and /dev/urandom.

* commit 'bf9c61458e49cc1650b1a473eeb847875f80088b':
  Permit writing to /dev/random and /dev/urandom.
This commit is contained in:
Alex Klyubin 2013-09-10 12:11:43 -07:00 committed by Android Git Automerger
commit b0dcfcec46

View file

@ -61,8 +61,8 @@ allow domain log_device:dir search;
allow domain log_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 urandom_device:chr_file r_file_perms;
allow domain random_device:chr_file r_file_perms;
allow domain urandom_device:chr_file rw_file_perms;
allow domain random_device:chr_file rw_file_perms;
allow domain properties_device:file r_file_perms;
# Filesystem accesses.