Skip to content
Snippets Groups Projects
Commit 98ada9a6 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android Git Automerger
Browse files

am 3bcdec8a: Allow radio access to netd_pid file.

* commit '3bcdec8a':
  Allow radio access to netd_pid file.
parents 22b4eb70 3bcdec8a
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,9 @@ allow radio radio_data_file:notdevfile_class_set create_file_perms; ...@@ -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 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 # Property service
allow radio radio_prop:property_service set; allow radio radio_prop:property_service set;
allow radio net_radio_prop:property_service set; allow radio net_radio_prop:property_service set;
......
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