[ALPS04328846] power: remove redundant setting

[Detail]
remove permission to access su, its redundant setting

MTK-Commit-Id: f217e0fd57190661d49f53eeddbc62f481127665

Change-Id: I9dad7652e5ef7e1c8a8343d495f17c478370055a
CR-Id: ALPS04328846
Feature: [Module]PowerHAL
This commit is contained in:
May Huang 2020-01-18 10:10:55 +08:00
parent b2cea54f9d
commit 985baf3ef3

View File

@ -84,8 +84,9 @@ set_prop(mtk_hal_power, mtk_thermal_config_prop)
# Date : 2018/01/31 # Date : 2018/01/31
# Operation: SQC # Operation: SQC
# Purpose : Allow powerHAL to access /proc/[pid] # Purpose : Allow powerHAL to access /proc/[pid]
allow mtk_hal_power su:dir { search getattr }; # 2019/04/24 : redundant setting
allow mtk_hal_power su:file { read open }; # allow mtk_hal_power su:dir { search getattr };
# allow mtk_hal_power su:file { read open };
# Date : 2018/03/16 # Date : 2018/03/16
# Operation: SQC # Operation: SQC