sanders: add mkdir of /data/.fps to init.sanders.rc
For some reason selinux doesn't want to give mkdir perms to our fingerprint HAL for that directory no matter what I set in file_contexts, so let's just mkdir in our init to fix this denial. Change-Id: Ief96ece317571cd8a7fae9afc16c69dde70160c1
This commit is contained in:
committed by
Jorge Lucas
parent
bc5bc41e4a
commit
3bf1178f51
@@ -40,3 +40,7 @@ on boot
|
||||
chown system system /sys/homebutton/key_screenoff_dbltap
|
||||
chown system system /sys/homebutton/key_screenoff_left
|
||||
chown system system /sys/homebutton/key_screenoff_right
|
||||
|
||||
on post-fs-data
|
||||
mkdir /data/fpc 0700 system system
|
||||
mkdir /data/.fps 0770 system fingerp
|
||||
|
||||
Reference in New Issue
Block a user