[ALPS03940737] add selinux permission to mediaextractor.te

[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
This commit is contained in:
jianying duan 2020-01-18 09:54:45 +08:00
parent db291e3ad3
commit 0d61a38231

View File

@ -5,3 +5,7 @@
# Date : WK16.33 # Date : WK16.33
# Purpose: Allow to access ged for gralloc_extra functions # Purpose: Allow to access ged for gralloc_extra functions
allow mediaextractor proc_ged:file {open read write ioctl getattr}; allow mediaextractor proc_ged:file {open read write ioctl getattr};
#============= mediaextractor ==============
allow mediaextractor vfat:file r_file_perms;