blob: db8647d38efc18b15c7ee36652762361cccb7b3a [file] [log] [blame]
Jani Lusikka8c780752016-01-16 00:04:18 +02001# Direct access to vold-mounted storage under /mnt/media_rw
2# This is a performance optimization that allows platform apps to bypass the FUSE layer
3allow platform_app sdcard_posix:dir create_dir_perms;
4allow platform_app sdcard_posix:file create_file_perms;