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:
Kevin F. Haggerty 2018-03-18 17:21:40 -06:00
parent 399e9af90a
commit e405ae831d

View file

@ -1,3 +1,4 @@
allow mediaextractor fuse:file r_file_perms;
allow mediaextractor sdcard_posix:file r_file_perms;
allow mediaextractor sdcardfs:file r_file_perms;
allow mediaextractor vfat:file r_file_perms;