am e98cda25: Grant apps write access to returned vfat FDs.

* commit 'e98cda25e152e82b7a30ddfff63d69301cb90d60':
  Grant apps write access to returned vfat FDs.
This commit is contained in:
Jeff Sharkey 2015-04-18 22:05:02 +00:00 committed by Android Git Automerger
commit 479a536ac0

3
app.te
View file

@ -147,8 +147,9 @@ allow appdomain fuse:dir create_dir_perms;
allow appdomain fuse:file create_file_perms;
# Access OBBs (vfat images) mounted by vold (b/17633509)
# File write access allowed for FDs returned through Storage Access Framework
allow appdomain vfat:dir r_dir_perms;
allow appdomain vfat:file r_file_perms;
allow appdomain vfat:file rw_file_perms;
# Allow apps to use the USB Accessory interface.
# http://developer.android.com/guide/topics/connectivity/usb/accessory.html