sm8350-common: sepolicy: remove nonexistent type

This commit is contained in:
Cosmin Tanislav 2021-10-17 00:35:56 +03:00
parent 8b5143cdb4
commit 592d149dd5

View File

@ -7,7 +7,6 @@ r_dir_file(mi_thermald, sysfs_leds)
r_dir_file(mi_thermald, sysfs_thermal)
r_dir_file(mi_thermald, vendor_sysfs_kgsl)
r_dir_file(mi_thermald, vendor_sysfs_battery_supply)
r_dir_file(mi_thermald, vendor_sysfs_qcom_battery)
r_dir_file(mi_thermald, vendor_sysfs_graphics)
r_dir_file(mi_thermald, thermal_data_file)
r_dir_file(mi_thermald, vendor_data_file)
@ -16,7 +15,6 @@ allow mi_thermald sysfs:file w_file_perms;
allow mi_thermald sysfs_thermal:file w_file_perms;
allow mi_thermald vendor_sysfs_kgsl:file w_file_perms;
allow mi_thermald vendor_sysfs_battery_supply:file w_file_perms;
allow mi_thermald vendor_sysfs_qcom_battery:file w_file_perms;
allow mi_thermald vendor_sysfs_graphics:file w_file_perms;
allow mi_thermald thermal_data_file:file rw_file_perms;
allow mi_thermald vendor_data_file:file rw_file_perms;