[Detail] mediaextractor cannot read sdcard. [Solution] add selinux permission to mediaextractor.te MTK-Commit-Id: 7a89ca1914626a10008eafc2af6b3b38b9661918 Change-Id: I93db44bb28d442a0a58544dcb89963ede449206b CR-Id: ALPS03940737 Feature: [Android Default] MPEG4/3GP Playback
12 lines
353 B
Plaintext
12 lines
353 B
Plaintext
# ==============================================
|
|
# MTK Policy Rule
|
|
# ==============================================
|
|
|
|
# Date : WK16.33
|
|
# Purpose: Allow to access ged for gralloc_extra functions
|
|
allow mediaextractor proc_ged:file {open read write ioctl getattr};
|
|
|
|
#============= mediaextractor ==============
|
|
allow mediaextractor vfat:file r_file_perms;
|
|
|