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

Enable profman pretty printing am: bb8a352f

am: 25d52d4a

* commit '25d52d4a':
  Enable profman pretty printing

Change-Id: I141bb44b8630ded2815387d17c3e6dace666d870
parents 302251cd 25d52d4a
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