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.
device_samsung_sm7125-common/sepolicy/vendor/hal_health_default.te

14 lines
540 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;