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

am: 62022c718e

Change-Id: I3f7438d9883bf25c41674965b963c788df2c69ef
This commit is contained in:
Andy Hung 2017-05-25 21:57:13 +00:00 committed by android-build-merger
commit a9a3df3100

View file

@ -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 };