summaryrefslogtreecommitdiff
path: root/vendor/google/hal_health_default.te
blob: 9bca064166311635915ef069f69c2d03103fc851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
r_dir_file(hal_health_default, sysfs_scsi_devices_0000)
r_dir_file(hal_health_default, sysfs_wlc)
set_prop(hal_health_default, vendor_shutdown_prop)
set_prop(hal_health_default, vendor_battery_defender_prop)

allow hal_health_default fwk_stats_hwservice:hwservice_manager find;
allow hal_health_default fwk_stats_service:service_manager find;
binder_use(hal_health_default)

allow hal_health_default sysfs_wlc:dir r_dir_perms;
allow hal_health_default sysfs_thermal:dir r_dir_perms;
allow hal_health_default sysfs_thermal:file rw_file_perms;
allow hal_health_default persist_file:dir search;
allow hal_health_default persist_battery_file:file create_file_perms;
allow hal_health_default persist_battery_file:dir rw_dir_perms;
allow hal_health_default mnt_vendor_file:dir search;
allow hal_health_default sysfs_chargelevel:file rw_file_perms;
allow hal_health_default sysfs_batteryinfo:file w_file_perms;

r_dir_file(hal_health_default, sysfs_typec_info)