maxwen | 85c37d6 | 2016-02-26 03:45:57 +0100 | [diff] [blame] | 1 | # 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 |
| 3 | allow platform_app sdcard_posix:dir create_dir_perms; |
| 4 | allow platform_app sdcard_posix:file create_file_perms; |
maxwen | 06383b6 | 2016-05-29 23:40:47 +0200 | [diff] [blame] | 5 | |
| 6 | # e.g. renderscript in Gallery2 wants execute perms |
| 7 | allow platform_app app_data_file:file execute; |
mweninge | 03f3451 | 2016-07-26 16:45:04 +0200 | [diff] [blame^] | 8 | # gallery2 crop avatar |
| 9 | allow platform_app system_app_data_file:file { create_file_perms rw_file_perms }; |
| 10 | |