diff options
| author | TreeHugger Robot <treehugger-gerrit@google.com> | 2018-11-09 00:41:35 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-11-09 00:41:35 +0000 |
| commit | 8d2dc3da8951a0a7e495578f83696f984b57f777 (patch) | |
| tree | d8f8f7415e4ee837e095ad8593b3efa4b7c44e6d | |
| parent | 20a6a3541e14894bfcb81453a07a066f866f5f09 (diff) | |
| parent | 1542b2a530a5e8d68393462890ec5742eb2b18bf (diff) | |
Merge "Revert sepolicy from "thermal: recommend throttling at low temps"" into pi-dev
| -rw-r--r-- | vendor/qcom/common/hal_thermal_default.te | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/qcom/common/hal_thermal_default.te b/vendor/qcom/common/hal_thermal_default.te index 0d56bc1..608cda0 100644 --- a/vendor/qcom/common/hal_thermal_default.te +++ b/vendor/qcom/common/hal_thermal_default.te @@ -2,13 +2,6 @@ allow hal_thermal_default sysfs_thermal:dir { open read search }; allow hal_thermal_default sysfs_thermal:file { getattr open read }; allow hal_thermal_default sysfs_thermal:lnk_file read; -allow hal_thermal_default sysfs_batteryinfo:dir search; -allow hal_thermal_default sysfs_batteryinfo:file r_file_perms; -allow hal_thermal_default sysfs_batteryinfo:lnk_file read; -allow hal_thermal_default sysfs_msm_subsys:dir search; -allow hal_thermal_default sysfs_msm_subsys:file r_file_perms; -allow hal_thermal_default sysfs_msm_subsys:lnk_file read; - allow hal_thermal_default proc_stat:file { getattr open read }; # read thermal_config get_prop(hal_thermal_default, vendor_thermal_prop) |
