Skip to content
Snippets Groups Projects
Commit 57ed9765 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

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

* commit '479a536a':
  Grant apps write access to returned vfat FDs.
parents 205882cf 479a536a
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment