Skip to content
Snippets Groups Projects
Commit e1101287 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "crash_dump: allow read of APK files."

parents 929da014 437d1c05
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;
allow crash_dump dalvikcache_data_file:dir { search getattr };
allow crash_dump dalvikcache_data_file:file r_file_perms;
# Read APK files.
r_dir_file(crash_dump, apk_data_file);
# Talk to 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