sdm710-common: rootdir: Fixes for power_supply/input_suspend

This commit is contained in:
CakesTwix 2023-04-12 20:58:24 +03:00
parent 49e1379986
commit 9e18e17685
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -294,6 +294,10 @@ on post-fs-data
# Change ownership to system # Change ownership to system
chown system system /data/vendor/tombstones chown system system /data/vendor/tombstones
# Access permission for input_suspend
chown system system /sys/class/power_supply/battery/input_suspend
chmod 0666 /sys/class/power_supply/battery/input_suspend
mkdir /data/vendor/ramdump 0771 root system mkdir /data/vendor/ramdump 0771 root system
mkdir /data/vendor/bluetooth 0770 bluetooth bluetooth mkdir /data/vendor/bluetooth 0770 bluetooth bluetooth
mkdir /data/vendor/ramdump/bluetooth 0770 bluetooth bluetooth mkdir /data/vendor/ramdump/bluetooth 0770 bluetooth bluetooth