commit | 98ada9a6b2a40d04cba7a58ee67a8a7c5b7f1634 | [log] [tgz] |
---|---|---|
author | Robert Greenwalt <rgreenwalt@google.com> | Tue Nov 04 00:48:31 2014 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Tue Nov 04 00:48:31 2014 +0000 |
tree | 6fbbdfd8561bc9c3ce85b1a290308f8efbca9c65 | |
parent | 22b4eb70837e3ccd7a5b44b2eed9821ef97c738c [diff] | |
parent | 3bcdec8a1eb8afe2af48550b4478fe02bf824377 [diff] |
am 3bcdec8a: Allow radio access to netd_pid file. * commit '3bcdec8a1eb8afe2af48550b4478fe02bf824377': Allow radio access to netd_pid file.
diff --git a/radio.te b/radio.te index 5f45df3..e6ffac2 100644 --- a/radio.te +++ b/radio.te
@@ -17,6 +17,9 @@ 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;