Skip to content
Snippets Groups Projects
Commit 7943ad96 authored by Rick Huang's avatar Rick Huang Committed by Dhina17
Browse files

onclite: Init: Update directory ownership and permission for presist license files


The PFM license file directory in the persist location may come with
incorrect file group, ownership and/or permission.  The is corrected
in the init time.

Change-Id: Id53493bdcd5d22bb17d4e2ba2fc4a10625aaab55

Signed-off-by: default avatarDhina17 <dhinalogu@gmail.com>
parent 5a99424d
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,9 @@ on early-boot
chown system graphics /sys/class/graphics/fb0/msm_cmd_autorefresh_en
chmod 0664 /sys/class/graphics/fb0/msm_cmd_autorefresh_en
chown system system /mnt/vendor/persist/data/pfm/licenses
chmod 0775 /mnt/vendor/persist/data/pfm/licenses
on boot
chown system system /sys/bus/i2c/devices/3-0038/set_cover_mode
chmod 0660 /sys/bus/i2c/devices/3-0038/set_cover_mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment