Skip to content
Snippets Groups Projects
Commit 568443bc authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

am d3356826: Let DCS read staged APK clusters.

* commit 'd3356826':
  Let DCS read staged APK clusters.
parents 9c52a78c d3356826
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ allow platform_app shell_data_file:dir search;
allow platform_app shell_data_file:file { open getattr read };
# Populate /data/app/vmdl*.tmp, /data/app-private/vmdl*.tmp files
# created by system server.
allow platform_app { apk_tmp_file apk_private_tmp_file }:dir rw_dir_perms;
allow platform_app { apk_tmp_file apk_private_tmp_file }:file rw_file_perms;
allow platform_app apk_private_data_file:dir search;
# ASEC
......
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