sm6150-common: rootdir: Set missing permissions for goodix and fortsense

Change-Id: I9101f164566deff0062fec976f4ddad8ae5c799f
This commit is contained in:
basamaryan 2024-06-02 00:58:06 +02:00
parent 87c9d011e8
commit ea5b035f38
No known key found for this signature in database
GPG Key ID: 707BA6C82329E8F9

View File

@ -32,6 +32,12 @@ on early-init
setprop ro.soc.model ${ro.vendor.qti.soc_model}
on init
# Goodix fingerprint
chmod 0666 /dev/goodix_fp
chown system system /dev/goodix_fp
chmod 0664 /dev/fortsense_fp
chown system system /dev/fortsense_fp
wait /dev/block/platform/soc/${ro.boot.bootdevice}
symlink /dev/block/platform/soc/${ro.boot.bootdevice} /dev/block/bootdevice
@ -75,6 +81,7 @@ on post-fs-data
mkdir /data/vendor/thermal/config 0771 root system
# Create fingerprint related directory
mkdir /data/vendor/fortsense 0770 system system
mkdir /data/vendor/fpc 0770 system system
mkdir /data/vendor/goodix 0770 system system
mkdir /mnt/vendor/persist/fpc 0770 system system