Skip to content
Snippets Groups Projects
Commit 3bcdec8a authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Nick Kralevich
Browse files

Allow radio access to netd_pid file.

They need to see when it changes so they know when netd bounces.

(cherrypicked from commit 71e9a7c4)

bug:18069270
Change-Id: I954cf43ff02f1d352015f128ef88b659e6d0f95a
parent ca62a8b7
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