Skip to content
Snippets Groups Projects
Commit c9d3827b authored by Andy Hung's avatar Andy Hung Committed by android-build-merger
Browse files

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

am: a9a3df31

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