Skip to content
Snippets Groups Projects
Commit 56e6b9e0 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 am: c3358ae3

am: 8852f147

Change-Id: I606e7143adb4f3a20e089bb014f07366ad4de736
parents 8d20cbb7 8852f147
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