Skip to content
Snippets Groups Projects
Commit 29181876 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 62083414: allow apps to read the contents of mounted OBBs

* commit '62083414':
  allow apps to read the contents of mounted OBBs
parents 3b3a5549 62083414
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,10 @@ allow untrusted_app system_app_data_file:file { read write getattr };
allow appdomain fuse:dir create_dir_perms;
allow appdomain fuse:file create_file_perms;
# Access OBBs (vfat images) mounted by vold (b/17633509)
allow appdomain vfat:dir r_dir_perms;
allow appdomain vfat:file r_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