1r_dir_file(hal_health_default, sysfs_msm_subsys) 2 3# storage 4r_dir_file(hal_health_default, sysfs_scsi_devices_0000) 5 6# wireless charger 7allow hal_health_default sysfs_wlc:dir r_dir_perms; 8 9allow hal_health_default hal_pixelstats_hwservice:hwservice_manager find; 10allow hal_health_default pixelstats_system:binder call; 11allow hal_health_default fwk_stats_hwservice:hwservice_manager find; 12binder_call(hal_health_default, statsd) 13allow hal_health_default persist_file:dir search; 14allow hal_health_default persist_battery_file:file create_file_perms; 15allow hal_health_default persist_battery_file:dir rw_dir_perms; 16allow hal_health_default sysfs_batteryinfo:dir search; 17allow hal_health_default sysfs_batteryinfo:file rw_file_perms; 18allow hal_health_default sysfs_mmc:dir search; 19allow hal_health_default sysfs_mmc:file rw_file_perms; 20 21get_prop(hal_health_default, vendor_shutdown_prop) 22set_prop(hal_health_default, vendor_shutdown_prop) 23 24allow hal_health_default self:capability2 wake_alarm; 25allow hal_health_default mnt_vendor_file:dir search; 26