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:
commit
479a536ac0
1 changed files with 2 additions and 1 deletions
3
app.te
3
app.te
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue