提交 ddea2e42 编写于 作者: Q Qiheng Lin

fscrypt: fix init_main_user

Signed-off-by: NQiheng Lin <linqiheng@huawei.com>
Change-Id: I4e61077f199820d57ea0a48fbbe1b432c9c34d5d
上级 2f868912
...@@ -453,10 +453,6 @@ static void DoInitMainUser(const struct CmdArgs *ctx) ...@@ -453,10 +453,6 @@ static void DoInitMainUser(const struct CmdArgs *ctx)
INIT_LOGE("DoInitMainUser: para invalid"); INIT_LOGE("DoInitMainUser: para invalid");
return; return;
} }
if (!InitFscryptPolicy()) {
INIT_LOGI("DoInitMainUser:init fscrypt failed,not enable fscrypt");
return;
}
char * const argv[] = { char * const argv[] = {
"/system/bin/sdc", "/system/bin/sdc",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册