Skip to content
Snippets Groups Projects
Commit c3358ae3 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "crash_dump: allow read of APK files."

am: e1101287

Change-Id: Id6e6c7b7571b6d2a5dd7fdfed524a5685333082f
parents 8f09aac3 e1101287
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,9 @@ allow crash_dump exec_type:file r_file_perms; ...@@ -28,6 +28,9 @@ allow crash_dump exec_type:file r_file_perms;
allow crash_dump dalvikcache_data_file:dir { search getattr }; allow crash_dump dalvikcache_data_file:dir { search getattr };
allow crash_dump dalvikcache_data_file:file r_file_perms; allow crash_dump dalvikcache_data_file:file r_file_perms;
# Read APK files.
r_dir_file(crash_dump, apk_data_file);
# Talk to tombstoned # Talk to tombstoned
unix_socket_connect(crash_dump, tombstoned_crash, tombstoned) unix_socket_connect(crash_dump, tombstoned_crash, tombstoned)
......
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