sepolicy: qti: Label thermal engine prop

Change-Id: I14766b69fd83031083730a445c958a5e1027bd34
This commit is contained in:
dianlujitao
2025-09-19 21:04:33 +08:00
committed by madmax7896
parent 27e31ebbb5
commit f48eb33d45
4 changed files with 9 additions and 0 deletions

View File

@@ -13,6 +13,9 @@ vendor_internal_prop(vendor_modem_prop)
# RIL
vendor_internal_prop(vendor_nw_exported_system_prop)
# Thermal
vendor_internal_prop(vendor_thermal_engine_prop)
# Touch
vendor_internal_prop(vendor_oplus_touch_prop)

View File

@@ -47,6 +47,9 @@ vendor.gsm.serial u:object_r:vendor_nw_exported_system_prop:s0
# Sensors
ro.vendor.oplus.sensor. u:object_r:vendor_sensors_prop:s0
# Thermal
vendor.thermal-engine.completed u:object_r:vendor_thermal_engine_prop:s0
# Touch
vendor.oplus.touch. u:object_r:vendor_oplus_touch_prop:s0
vendor.oplus.touchDaemon. u:object_r:vendor_oplus_touch_prop:s0

View File

@@ -4,3 +4,4 @@ allow vendor_init vendor_proc_display:file w_file_perms;
set_prop(vendor_init, system_oplus_project_prop)
set_prop(vendor_init, vendor_fingerprint_prop)
set_prop(vendor_init, vendor_oplus_touch_prop)
set_prop(vendor_init, vendor_thermal_engine_prop)

View File

@@ -1 +1,3 @@
r_dir_file(vendor_thermal-engine, vendor_sysfs_usb_supply)
set_prop(vendor_thermal-engine, vendor_thermal_engine_prop)