Skip to content
Snippets Groups Projects
Commit 409bcf8c authored by Fyodor Kupolov's avatar Fyodor Kupolov Committed by android-build-merger
Browse files

Allow installd to delete from preloads/file_cache am: a64b6850

am: 797163db

Change-Id: Ifbdf3e912c7128cb79ca3714d4951b186babc7c8
parents 2b5c1d91 797163db
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,11 @@ allow installd permission_service:service_manager find;
allow installd block_device:dir { search };
allow installd labeledfs:filesystem { quotaget quotamod };
# Allow installd to delete from /data/preloads when trimming data caches
# TODO b/34690396 Remove when time-based purge policy for preloads is implemented in system_server
allow installd preloads_data_file:file { r_file_perms unlink };
allow installd preloads_data_file:dir { r_dir_perms write remove_name rmdir };
###
### Neverallow rules
###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment