diff --git a/installd.te b/installd.te index 365722b3fc7fe18cd9c55c7f2f3462fc1d634d92..ebd759174821d69e55668209bda569c207929e5a 100644 --- a/installd.te +++ b/installd.te @@ -119,6 +119,9 @@ allow installd user_profile_data_file:dir create_dir_perms; allow installd user_profile_data_file:file create_file_perms; allow installd user_profile_data_file:dir rmdir; allow installd user_profile_data_file:file unlink; +allow installd user_profile_foreign_dex_data_file:dir { add_name getattr rmdir open read write search remove_name }; +allow installd user_profile_foreign_dex_data_file:file { getattr rename unlink }; + # Files created/updated by profman dumps. allow installd profman_dump_data_file:dir { search add_name write }; allow installd profman_dump_data_file:file { create setattr open write };