blob: 5cd18a3d2fa292a3a6fd946f7d8ca0c0ba1888c5 [file] [log] [blame]
maxwen85c37d62016-02-26 03:45:57 +01001# 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
darkobas18459af2016-08-30 14:04:19 +02003#allow platform_app sdcard_posix:dir create_dir_perms;
4#allow platform_app sdcard_posix:file create_file_perms;
maxwen06383b62016-05-29 23:40:47 +02005
6# e.g. renderscript in Gallery2 wants execute perms
darkobas18459af2016-08-30 14:04:19 +02007#allow platform_app app_data_file:file execute;
mweninge03f34512016-07-26 16:45:04 +02008# gallery2 crop avatar
darkobas18459af2016-08-30 14:04:19 +02009#allow platform_app system_app_data_file:file { create_file_perms rw_file_perms };
mweninge03f34512016-07-26 16:45:04 +020010