Skip to content
Snippets Groups Projects
Commit 9234325b authored by David Sehr's avatar David Sehr Committed by android-build-merger
Browse files

Enable profman pretty printing am: bb8a352f am: 25d52d4a

am: c7a754a5

* commit 'c7a754a5':
  Enable profman pretty printing

Change-Id: I446ffb1e3c503fabb1cc6b246694acebcf9e03d5
parents b555ddc4 c7a754a5
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,12 @@ type profman_exec, exec_type, file_type; ...@@ -4,6 +4,12 @@ type profman_exec, exec_type, file_type;
allow profman user_profile_data_file:file { getattr read write lock }; allow profman user_profile_data_file:file { getattr read write lock };
# Dumping profile info opens the application APK file for pretty printing.
allow profman asec_apk_file:file { read };
allow profman apk_data_file:file { read };
allow profman oemfs:file { read };
# Reading an APK opens a ZipArchive, which unpack to tmpfs.
allow profman tmpfs:file { read };
allow profman profman_dump_data_file:file { write }; allow profman profman_dump_data_file:file { write };
allow profman installd:fd use; allow profman installd:fd use;
......
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