sm8250-common: sepolicy: allow thermal-engine access to sysfs_battery_supply

This commit is contained in:
SGCMarkus 2022-02-20 17:01:38 +01:00
parent b43e3fd93e
commit b41d7c4118

View File

@ -1,2 +1,3 @@
allow vendor_thermal-engine { proc_stat proc_loadavg }:file r_file_perms; allow vendor_thermal-engine { proc_stat proc_loadavg }:file r_file_perms;
allow vendor_thermal-engine vendor_thermal_device:chr_file rw_file_perms; allow vendor_thermal-engine vendor_thermal_device:chr_file rw_file_perms;
r_dir_file(vendor_thermal-engine, vendor_sysfs_battery_supply)