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

Enable profman pretty printing am: bb8a352f

am: 2d4a12cb

* commit '2d4a12cb':
  Enable profman pretty printing

Change-Id: I797b2cbb9752664a5b3d6081197ccbe7a0ec7a21
parents 302251cd 2d4a12cb
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