Skip to content
Snippets Groups Projects
Commit f2e716c4 authored by Amith Yamasani's avatar Amith Yamasani Committed by android-build-merger
Browse files

Allow installd to delete the foreign-dex folder am: a4e2aa13

am: 5a54e400

Change-Id: I7e9724656509996008dc53f4b72dedcf32d90d2b
parents 932e193f 5a54e400
No related branches found
No related tags found
No related merge requests found
...@@ -117,6 +117,9 @@ allow installd user_profile_data_file:dir create_dir_perms; ...@@ -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:file create_file_perms;
allow installd user_profile_data_file:dir rmdir; allow installd user_profile_data_file:dir rmdir;
allow installd user_profile_data_file:file unlink; 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. # Files created/updated by profman dumps.
allow installd profman_dump_data_file:dir { search add_name write }; allow installd profman_dump_data_file:dir { search add_name write };
allow installd profman_dump_data_file:file { create setattr open write }; allow installd profman_dump_data_file:file { create setattr open write };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment