Fix installd not having permission to delete storage area keys
Bug: 325129836 Test: atest StorageAreaTest Change-Id: I6dd1678fe1b184372221b479aaeba17c1ab4788c
This commit is contained in:
parent
df665c694b
commit
1c7e529242
1 changed files with 4 additions and 1 deletions
|
@ -227,7 +227,10 @@ allow installd vold:fd use;
|
|||
|
||||
# on app uninstall, installd deletes the storage area keys for the app
|
||||
is_flag_enabled(RELEASE_UNLOCKED_STORAGE_API, `
|
||||
allow installd storage_area_key_file:dir { open search write remove_name lock read };
|
||||
allow installd storage_area_key_file:dir {
|
||||
open search write remove_name
|
||||
lock read getattr rmdir
|
||||
};
|
||||
allow installd storage_area_key_file:file unlink;
|
||||
')
|
||||
|
||||
|
|
Loading…
Reference in a new issue