msm8974-common: sepolicy: Allow mediaextractor r_file_perms to fuse:file
* This is necessary for the built-in music player to play files off of fuse (NTFS, in our case, for the most part) volumes Change-Id: Ib6fffb5c2b5c8c514979a7aabce949d82902b2d1
This commit is contained in:
parent
399e9af90a
commit
e405ae831d
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
allow mediaextractor fuse:file r_file_perms;
|
||||||
allow mediaextractor sdcard_posix:file r_file_perms;
|
allow mediaextractor sdcard_posix:file r_file_perms;
|
||||||
allow mediaextractor sdcardfs:file r_file_perms;
|
allow mediaextractor sdcardfs:file r_file_perms;
|
||||||
allow mediaextractor vfat:file r_file_perms;
|
allow mediaextractor vfat:file r_file_perms;
|
||||||
|
|
Loading…
Add table
Reference in a new issue