summaryrefslogtreecommitdiffstats
path: root/sepolicy/vendor/hal_power_default.te
blob: 47988254754aeea8be0fbba199db8c3577199950 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
allow hal_power_default sysfs_graphics:dir search;
allow hal_power_default sysfs_graphics:file r_file_perms;

# To do powerhint on nodes defined in powerhint.json
allow hal_power_default sysfs_msm_subsys:dir search;
allow hal_power_default sysfs_msm_subsys:file rw_file_perms;
allow hal_power_default sysfs_devices_system_cpu:file rw_file_perms;
allow hal_power_default latency_device:chr_file rw_file_perms;
allow hal_power_default cgroup:dir search;
allow hal_power_default cgroup:file rw_file_perms;
allow hal_power_default sysfs_touch:file w_file_perms;
allow hal_power_default sysfs_touch:dir search;

# To get/set powerhal state property
set_prop(hal_power_default, power_prop)

# interact with thermal_config
set_prop(hal_power_default, vendor_thermal_prop)