mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 13:46:26 -08:00
LG8n: rootdir: fix permissions for mdp_sync
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
83f9ac98c3
commit
144091680f
|
@ -348,11 +348,11 @@ on post-fs-data
|
|||
setrlimit 8 -1 -1
|
||||
|
||||
# CMDQ
|
||||
chmod 0640 /dev/mtk_mdp
|
||||
chmod 0644 /dev/mtk_mdp
|
||||
chown system system /dev/mtk_mdp
|
||||
|
||||
# MDP SYNC
|
||||
chmod 0644 /dev/mdp_sync
|
||||
chmod 0640 /dev/mdp_sync
|
||||
chown system system /dev/mdp_sync
|
||||
|
||||
# MML PQ
|
||||
|
|
Loading…
Reference in a new issue