Merge "MediaExtractor: Allow reading of app data files." into oc-dev
am: 62022c718e
Change-Id: I3f7438d9883bf25c41674965b963c788df2c69ef
This commit is contained in:
commit
a9a3df3100
1 changed files with 1 additions and 0 deletions
|
@ -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 };
|
||||
|
|
Loading…
Reference in a new issue