• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1type set_hw, domain;
2type set_hw_exec, exec_type, vendor_file_type, file_type;
3init_daemon_domain(set_hw);
4
5vendor_public_prop(vendor_hw_prop)
6set_prop(set_hw, vendor_hw_prop)
7get_prop(vendor_init, vendor_hw_prop)
8
9vendor_public_prop(vendor_thermal_config_prop)
10set_prop(set_hw, vendor_thermal_config_prop)
11get_prop(vendor_init, vendor_thermal_config_prop)
12
13allow set_hw vendor_shell_exec:file rx_file_perms;
14allow set_hw vendor_toolbox_exec:file rx_file_perms;
15allow set_hw sysfs_dt_compatible:file { open read };
16