aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/vendor/thermal-engine.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/vendor/thermal-engine.te')
-rw-r--r--sepolicy/vendor/thermal-engine.te4
1 files changed, 3 insertions, 1 deletions
diff --git a/sepolicy/vendor/thermal-engine.te b/sepolicy/vendor/thermal-engine.te
index 4ad4f10..a79037d 100644
--- a/sepolicy/vendor/thermal-engine.te
+++ b/sepolicy/vendor/thermal-engine.te
@@ -3,4 +3,6 @@ allow thermal-engine sysfs_batteryinfo:file write;
allow thermal-engine { sysfs_batteryinfo sysfs_usb_supply }:dir search;
# Allow thermal-engine to read files in /sys
-r_dir_file(thermal-engine, sysfs)
+r_dir_file(thermal-engine, sysfs);
+
+get_prop(thermal-engine, vendor_thermal_prop);