thermal-engine.te 359 B

12345678910111213
  1. allow vendor_thermal-engine {
  2. vendor_sysfs_devfreq
  3. sysfs_msm_subsys
  4. thermal_data_file
  5. }:dir r_dir_perms;
  6. allow vendor_thermal-engine vendor_sysfs_devfreq:file rw_file_perms;
  7. # Rule for vendor_thermal-engine to access init process
  8. unix_socket_connect(vendor_thermal-engine, property, init);
  9. set_prop(vendor_thermal-engine, vendor_thermal_normal_prop)