am 3bcdec8a: Allow radio access to netd_pid file.

* commit '3bcdec8a1eb8afe2af48550b4478fe02bf824377':
  Allow radio access to netd_pid file.
This commit is contained in:
Robert Greenwalt 2014-11-04 00:48:31 +00:00 committed by Android Git Automerger
commit 98ada9a6b2

View file

@ -17,6 +17,9 @@ allow radio radio_data_file:notdevfile_class_set create_file_perms;
allow radio alarm_device:chr_file rw_file_perms;
allow radio net_data_file:dir search;
allow radio net_data_file:file r_file_perms;
# Property service
allow radio radio_prop:property_service set;
allow radio net_radio_prop:property_service set;