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

Enable profman pretty printing

am: bb8a352f

* commit 'bb8a352f':
  Enable profman pretty printing

Change-Id: Idf7b71b405ff84fadcf0ee62624614b4a488abbf
parents 80fc2927 bb8a352f
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