Jani Lusikka | 8c78075 | 2016-01-16 00:04:18 +0200 | [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; |
codeworkx | b7c8dec | 2016-03-05 18:05:05 +0100 | [diff] [blame] | 5 | |
| 6 | # Allow Gallery3D to crop user images |
| 7 | allow platform_app system_app_data_file:file rw_file_perms; |
Matthias Yzusqui | ef1a479 | 2016-03-31 17:59:48 +0200 | [diff] [blame] | 8 | |
| 9 | # Allow Gallery3D to execute render scripts |
| 10 | allow platform_app app_data_file:file execute; |
Bruno Martins | 6fed2cf | 2016-07-07 22:02:28 +0100 | [diff] [blame] | 11 | |
| 12 | # Allow batterymanager and batteryproperties services to be found |
| 13 | allow platform_app battery_service:service_manager find; |
| 14 | allow platform_app healthd_service:service_manager find; |