e405ae831d
* 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
5 lines
192 B
Plaintext
5 lines
192 B
Plaintext
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;
|