init: restart qseecomd once /data is mounted

Bug: 37589340
Change-Id: I76b5e41e1f1636aa00e31e26f2bc3920e579aac1
Signed-off-by: Thierry Strudel <tstrudel@google.com>
This commit is contained in:
Thierry Strudel
2017-04-27 08:38:33 -07:00
parent a753bd6b17
commit 134f509da1

View File

@@ -198,6 +198,12 @@ on post-fs-data
# We can start netd here before in is launched in common init.rc on zygote-start
start netd
# Restart qseecomd once we have /data
# qseecomd being started vey early it needs to restarted once /data
# is mounted else storing secure content such as fingerprint data
# will fail
restart qseecomd
# zygote need to be started after otapreopt which will be done on post-fs-data
on zygote-start
# zygote is started in common init.rc