device_google_zumapro/conf/init.efs.rc
Salmax Chang 6792878186 init: restorecon and correct the modem efs files
Sync the missing operations on modem efs files with the seperated fstab.

Bug: 359426567
Flag: EXEMPT bugfix
Change-Id: Ib678adc86c36a536ed32861e93d1d973e2c7c34a
2024-08-14 03:41:49 +00:00

11 lines
394 B
Text

on early-init
mount_all /vendor/etc/fstab.persist --early
on late-fs
mount_all /vendor/etc/fstab.efs --early
restorecon_recursive /mnt/vendor/efs
chown radio system /mnt/vendor/efs
restorecon_recursive /mnt/vendor/efs_backup
chown radio system /mnt/vendor/efs_backup
restorecon_recursive /mnt/vendor/modem_userdata
chown radio system /mnt/vendor/modem_userdata