blob: 18ca1e3be55693a36962352f30a53c306ec4606a [file] [log] [blame]
# Direct access to vold-mounted storage under /mnt/media_rw
# This is a performance optimization that allows platform apps to bypass the FUSE layer
allow platform_app sdcard_posix:dir create_dir_perms;
allow platform_app sdcard_posix:file create_file_perms;
# e.g. renderscript in Gallery2 wants execute perms
allow platform_app app_data_file:file execute;