Merge "Make bluetooth, nfc, radio and shell adb-installable"

This commit is contained in:
Nick Kralevich 2013-12-19 00:31:35 +00:00 committed by Gerrit Code Review
commit 815e98136c

View file

@ -27,3 +27,7 @@ security_access_policy(installd)
allow installd platform_app_data_file:lnk_file { create setattr }; allow installd platform_app_data_file:lnk_file { create setattr };
allow installd app_data_file:lnk_file { create setattr }; allow installd app_data_file:lnk_file { create setattr };
allow installd asec_apk_file:file r_file_perms; allow installd asec_apk_file:file r_file_perms;
allow installd bluetooth_data_file:lnk_file { create setattr };
allow installd nfc_data_file:lnk_file { create setattr };
allow installd radio_data_file:lnk_file { create setattr };
allow installd shell_data_file:lnk_file { create setattr };