2016-01-15 22:04:18 +00:00
|
|
|
# Direct access to vold-mounted storage under /mnt/media_rw
|
|
|
|
# This is a performance optimization that allows platform apps to bypass the FUSE layer
|
|
|
|
allow platform_app sdcard_posix:dir create_dir_perms;
|
|
|
|
allow platform_app sdcard_posix:file create_file_perms;
|
2016-03-05 17:05:05 +00:00
|
|
|
|
|
|
|
# Allow Gallery3D to crop user images
|
|
|
|
allow platform_app system_app_data_file:file rw_file_perms;
|
2016-03-31 15:59:48 +00:00
|
|
|
|
|
|
|
# Allow Gallery3D to execute render scripts
|
|
|
|
allow platform_app app_data_file:file execute;
|
2016-07-07 21:02:28 +00:00
|
|
|
|
|
|
|
# Allow batterymanager and batteryproperties services to be found
|
|
|
|
allow platform_app battery_service:service_manager find;
|
|
|
|
allow platform_app healthd_service:service_manager find;
|