diff --git a/installd.te b/installd.te index db7653136c0de9ae0f8e74862b65126ea1050109..85ba69f88e4345b0b6a15fae8cf2bdcd5d9b7802 100644 --- a/installd.te +++ b/installd.te @@ -27,3 +27,7 @@ security_access_policy(installd) allow installd platform_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 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 };