Skip to content
Snippets Groups Projects
Commit 62022c71 authored by Andy Hung's avatar Andy Hung Committed by Android (Google) Code Review
Browse files

Merge "MediaExtractor: Allow reading of app data files." into oc-dev

parents d5a2f3e2 ec5f80cb
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ crash_dump_fallback(mediaextractor)
# allow mediaextractor read permissions for file sources
allow mediaextractor media_rw_data_file:file { getattr read };
allow mediaextractor app_data_file:file { getattr read };
# Read resources from open apk files passed over Binder
allow mediaextractor apk_data_file:file { read getattr };
......
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