summaryrefslogtreecommitdiff
path: root/sepolicy/thermal-engine.te
blob: 0e03308947a2a60c02345084bb19187f3ee5e353 (plain)
1
2
3
4
5
6
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 };
dontaudit thermal-engine self:capability dac_override;

set_prop(thermal-engine, thermal_engine_prop);