Merge "qcom/init: Fix sensors settings permissions." into jb
This commit is contained in:
commit
e492038d4f
|
@ -35,7 +35,8 @@ start_sensors()
|
|||
{
|
||||
mkdir -p /data/system/sensors
|
||||
touch /data/system/sensors/settings
|
||||
chmod 665 /data/system/sensors
|
||||
chmod 775 /data/system/sensors
|
||||
chmod 664 /data/system/sensors/settings
|
||||
|
||||
mkdir -p /data/misc/sensors
|
||||
chmod 775 /data/misc/sensors
|
||||
|
|
Loading…
Reference in New Issue