android_device_xiaomi_sdm84.../sepolicy/vendor/thermal-engine.te
Michael Bestas d359d7b9c1 sdm845-common: sepolicy: Ignore thermal-engine dac_override
Change-Id: Ie2b9f60e85b334ad3ba809b3bf6de8e70f50743a
2020-05-15 00:20:17 +01:00

11 lines
372 B
Plaintext

allow thermal-engine thermal_data_file:dir rw_dir_perms;
allow thermal-engine thermal_data_file:file create_file_perms;
allow thermal-engine self:capability { chown fowner };
allow thermal-engine sysfs_devfreq:dir r_dir_perms;
set_prop(thermal-engine, thermal_engine_prop)
dontaudit thermal-engine sysfs:dir read;
dontaudit thermal-engine self:capability dac_override;