diff --git a/installd.te b/installd.te
index f7f7409e25f699224e8582b94f6ce42a8ad27a2a..e832e9238bf4a5539bf747ae91d9c443d5e83cb4 100644
--- a/installd.te
+++ b/installd.te
@@ -117,6 +117,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 };