Skip to content
Snippets Groups Projects
Commit a9a3df31 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

Change-Id: I3f7438d9883bf25c41674965b963c788df2c69ef
parents 3abc81ce 62022c71
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