blob: 3e0eb57e0bf7aabc69046751e008120db7dbf517 [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;
codeworkxb7c8dec2016-03-05 18:05:05 +01005
6# Allow Gallery3D to crop user images
7allow platform_app system_app_data_file:file rw_file_perms;
Matthias Yzusquief1a4792016-03-31 17:59:48 +02008
9# Allow Gallery3D to execute render scripts
10allow platform_app app_data_file:file execute;
Bruno Martins6fed2cf2016-07-07 22:02:28 +010011
12# Allow batterymanager and batteryproperties services to be found
13allow platform_app battery_service:service_manager find;
14allow platform_app healthd_service:service_manager find;