Allow installd to delete the foreign-dex folder

am: a4e2aa1345

Change-Id: I99baebeae7f1d0ae8a04bcd2855179580f4315ed
This commit is contained in:
Amith Yamasani 2016-06-16 00:25:29 +00:00 committed by android-build-merger
commit 5a54e400aa

View File

@ -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 };