sdm710-common: rootdir: Fixes for power_supply/input_suspend
This commit is contained in:
parent
49e1379986
commit
9e18e17685
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue