mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
am 1c2c2da7
: Merge "Relabel sensors files"
* commit '1c2c2da740eb37ff0b96bbd8290eb3eeafe68fec': Relabel sensors files
This commit is contained in:
commit
60131264f6
1 changed files with 4 additions and 1 deletions
|
@ -120,6 +120,7 @@ on boot
|
|||
|
||||
# NFC: create data/nfc for nv storage
|
||||
mkdir /data/nfc 770 nfc nfc
|
||||
restorecon_recursive /data/nfc
|
||||
mkdir /data/nfc/param 770 nfc nfc
|
||||
|
||||
# Assign TCP buffer thresholds to be ceiling value of technology maximums
|
||||
|
@ -177,13 +178,15 @@ on post-fs-data
|
|||
|
||||
#Create directory used by sensor subsystem(dsps)
|
||||
mkdir /data/system/sensors
|
||||
chmod 665 /data/system/sensors
|
||||
chmod 775 /data/system/sensors
|
||||
restorecon_recursive /data/system/sensors
|
||||
write /data/system/sensors/settings 1
|
||||
chmod 660 /data/system/sensors/settings
|
||||
|
||||
# AKM setting data
|
||||
mkdir /data/misc/sensors
|
||||
chmod 775 /data/misc/sensors
|
||||
restorecon_recursive /data/misc/sensors
|
||||
|
||||
mkdir /persist/sensors
|
||||
chmod 775 /persist/sensors
|
||||
|
|
Loading…
Reference in a new issue