init: early_boot: Change user/group permission of autorefresh node
HWC will access this sysfs node msm_cmd_autorefresh_en hence change the permission CRs-fixed: 970102 Change-Id: I0e5191f6398f7307a8a3146491ab4a80305418cc Signed-off-by: Ray Zhang <rayz@codeaurora.org>
This commit is contained in:
parent
4e3a3439d3
commit
221493aef0
|
@ -294,6 +294,7 @@ then
|
|||
set_perms $file/dyn_pu system.graphics 0664
|
||||
set_perms $file/modes system.graphics 0664
|
||||
set_perms $file/mode system.graphics 0664
|
||||
set_perms $file/msm_cmd_autorefresh_en system.graphics 0664
|
||||
fi
|
||||
|
||||
boot_reason=`cat /proc/sys/kernel/boot_reason`
|
||||
|
|
Loading…
Reference in New Issue