diff --git a/sepolicy/vendor/system_app.te b/sepolicy/vendor/system_app.te index 909427a..54c8cf8 100644 --- a/sepolicy/vendor/system_app.te +++ b/sepolicy/vendor/system_app.te @@ -9,3 +9,5 @@ allow system_app sysfs_doze:file rw_file_perms; allow system_app { motor_device vendor_sysfs_graphics sysfs_leds }:dir search; allow system_app { cgroup vendor_sysfs_graphics }:file rw_file_perms; allow system_app { motor_device vendor_sysfs_graphics hall_device }:chr_file rw_file_perms; + +allow system_app sysfs_thermal:file rw_file_perms;