You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
683 B
17 lines
683 B
# /sys/devices/platform/soc/soc:battery/power_supply/*
|
|
allow hal_health_default sysfs_battery:file r_file_perms;
|
|
allow hal_health_default sysfs_battery:dir search;
|
|
|
|
# /efs/Battery
|
|
allow hal_health_default battery_efs_file:dir r_dir_perms;
|
|
allow hal_health_default battery_efs_file:file { rw_file_perms setattr };
|
|
|
|
# /efs/FactoryApp
|
|
allow hal_health_default app_efs_file:dir { read write add_name search };
|
|
allow hal_health_default app_efs_file:file { read write open create getattr setattr };
|
|
|
|
allow hal_health_default efs_file:dir search;
|
|
|
|
# Thermal
|
|
allow hal_health_default hal_thermal_samsung_hwservice:hwservice_manager find;
|
|
binder_call(hal_health_default, hal_thermal_default)
|
|
|