aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/vendor/thermal-engine.te
blob: 6e59f5b5711c19649213ed72f9668fb8f06956f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
allow vendor_thermal-engine {
  vendor_sysfs_devfreq
  thermal_data_file
}:dir r_dir_perms;

allow vendor_thermal-engine vendor_sysfs_devfreq:file rw_file_perms;

# Rule for vendor_thermal-engine to access init process
unix_socket_connect(vendor_thermal-engine, property, init);

set_prop(vendor_thermal-engine, vendor_thermal_normal_prop)